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

1:.01 freezes jupyter-lab #930

Open
chris2crawford opened this issue Jun 1, 2020 · 7 comments
Open

1:.01 freezes jupyter-lab #930

chris2crawford opened this issue Jun 1, 2020 · 7 comments

Comments

@chris2crawford
Copy link

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!

@sgillen
Copy link

sgillen commented Jun 30, 2020

I'm seeing this as well, seems to my it's anytime I put .0 into a cell it freezes that cell.
jupyterlab: 2.1.4

Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD Ryzen 9 3900X 12-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, znver1)

@atbug
Copy link

atbug commented Jul 3, 2020

Something related

image

When I put my cursor after 5, I cannot delete the 5 with backspace.

I can reproduce the behaviors reported by both OP and me on juypter notebook, so jupyterlab is not involved.

@twavv
Copy link
Contributor

twavv commented Jul 3, 2020

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.

@atbug
Copy link

atbug commented Jul 3, 2020

See #929 and codemirror/CodeMirror#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.

@twavv
Copy link
Contributor

twavv commented Jul 3, 2020

They know.

jupyter/notebook#5469

@atbug
Copy link

atbug commented Aug 29, 2020

Seems to be fixed on jupyterlab 2.2.6.

@nilshg
Copy link

nilshg commented Sep 26, 2024

This can be closed.

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

No branches or pull requests

5 participants