-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
1:.01 freezes jupyter-lab #930
Comments
I'm seeing this as well, seems to my it's anytime I put .0 into a cell it freezes that cell. Julia Version 1.4.2 |
See #929 and codemirror/codemirror5#6288. This comes up a lot and is actually an upstream issue (with the CodeMirror project, not with IJulia). The short description of the issue is that it goes into an infinite loop while trying to parse the syntax to do highlighting. |
codemirror/codemirror5#6288 (comment) says it should be a jupyter / jupyterlab issue. Is this true? If so, jupyter / jupyterlab team should be notified. |
They know. |
Seems to be fixed on jupyterlab 2.2.6. |
This can be closed. |
using the latest Anadonda Jupyter + JuliaPro IJulia
the following cell freezes input when I get to the last '1'
1:.01
Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = C:\Users\crawf.juliapro\JuliaPro_v1.4.1-1;C:\Users\crawf\AppData\Local\JuliaPro-1.4.1-1\Julia-1.4.1\local\share\julia;C:\Users\crawf\AppData\Local\JuliaPro-1.4.1-1\Julia-1.4.1\share\julia
JULIA_PKG_SERVER = pkg.juliacomputing.com
If you have a question please search or post to our Discourse site: https://discourse.julialang.org.
We use the GitHub issue tracker for bug reports and feature requests only.
If you're submitting a bug report, be sure to include as much relevant information as
possible, including a minimal reproducible example and the output of
versioninfo()
.If you're experiencing a problem with a particular package, open an issue on that
package's repository instead.
Thanks for contributing to the Julia project!
The text was updated successfully, but these errors were encountered: