Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for stalled commands #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

fix for stalled commands #12

wants to merge 3 commits into from

Conversation

birnam
Copy link

@birnam birnam commented Jun 4, 2020

the response from Jython might have changed from double >>> lines to a single one, but the primary fix here was eliminating extra "expect" lines. This addresses the problem in #7 and #10

An additional issue was converting the return into a string from a byte array.

Also, I added a .gitignore file with the standard Python ignore.

@benjholla
Copy link

I tried this merge request and it fixed the expect issue for me, but I noticed that in most instances the result of a cell gets associated with the wrong cell. When I have more than one Jupyter Notebook cell and rerun a cell I get a seemingly non-deterministic result from previous cells.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants