-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Jupyter notebook freezes after typing "round"... #917
Comments
Do you mean that the notebook window freezes up? If you open the browser task manager (in Chrome, through the top-right dropdown menu, then More Tools > Task Manager), do you see the tab using 100% of CPU? If so this might be a CodeMirror bug (I recently discovered a bug where numbers with leading zeros lead to infinite loops in the syntax highlighting process). |
See also codemirror/codemirror5#6288 |
You could try to update your codemirror installation as described here. With the updated CodeMirror, I'm not having any problems with your code example above, so I'm closing this as fixed upstream. |
The Jupiter notebook running the IJulia kernel seems to freeze up when I execute the following after a fresh start:
The moment I finish typing "round" in the next cell, the notebook seems to freeze up. I am not sure if this is a problem with IJulia or a conflict produced by Polynomials.js. If I wrap "round" in a function then the problem is avoided.
Thank you in advance for any help!
Michael
test_round.txt
status output:
The text was updated successfully, but these errors were encountered: