You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not clear to me whether this is a bug in IJulia or a bug in Jupyter. Please advise if I should report this elsewhere.
If you're submitting a bug report, be sure to include as much relevant information as
possible, including:
The output of versioninfo()
How you installed Julia
Julia was installed via juliaup, running on macOS. Jupyter was installed through CondaForge (completely independent of Julia installation). Running JupyterLab 4.0.8.
Output of versioninfo() is
Julia Version 1.10.2
Commit bd47eca2c8a (2024-03-01 10:14 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 10 × Apple M1 Pro
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, apple-m1)
Threads: 8 default, 0 interactive, 4 GC (on 8 virtual cores)
Environment:
JULIA_CONDAPKG_BACKEND = Null
JULIA_NUM_THREADS = auto
The text was updated successfully, but these errors were encountered:
Huh, it seems like this issue does appear in the renderer used by Github, or NBViewer! Thus, I suppose this has to be an issue in the frontend, which most likely puts the problem with JupyterLab.
Here is a screenshot from JupyterLab running on my laptop, showing the problem:
Displaying markdown code blocks in a Jupyter notebook often chops off trailing parenthesis.
For example:
will print
Notice that there is a parenthesis missing at the end.
For more details, see the notebook at https://gist.github.com/goerz/bb2f1589d2aa523ffa8ccd4d0addcd86
It is not clear to me whether this is a bug in IJulia or a bug in Jupyter. Please advise if I should report this elsewhere.
Julia was installed via
juliaup
, running on macOS. Jupyter was installed through CondaForge (completely independent of Julia installation). Running JupyterLab 4.0.8.Output of
versioninfo()
isThe text was updated successfully, but these errors were encountered: