-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[julia mode] Typing .0 breaks jupyter cell #6288
Comments
This doesn't appear to happen in the mode demo, so it rather sounds like Jupyter is still on an old, unfixed version of the mode. |
@marijnh I guess that's good news. Do you know if https://github.com/jupyter/notebook is the right repository to file an issue in that regard? |
Yes it is! |
This should be fixed in the next Jupyter release (hence the jupyter issue was closed). |
Similar to #6064, my jupyter cell stops to function properly as soon as I type
.0
. Concretely, as soon as I type.0
any further input isn't displayed anymore. This can also not be "undone" by trying to delete the.0
again. The cell is just completely irresponsive.Note that
0.0
(with a prefixing zero before the decimal separator) works just fine. Also note that if I type something blindly and reload the notebook webpage, the text appears in the correct place, although without syntax highlighting.I'm on macOS 10.15.4 Catalina, Safari 13.1 (also happens in Chrome 81.0.4044.138), Julia 1.4.1 and
(I'm not using jupyter lab)
The text was updated successfully, but these errors were encountered: