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
From time to time the content of cell in my notebook just disappears.
It starts with freezing of cursor at a specific position in the cell and then all just disappear.
I can export the notebook to the script and the cell content is there. The parts of the code can disappear due to the keyboard activity in the emptied cell.
This is* a bug in CodeMirror (codemirror/codemirror5#6064) in performing the syntax highlighting for Julia code. I've seen the same problem, and it took my quite a while to track down this issue as being exactly what I was running into.
* The caveat is that I don't see your code having any numbers with a leading 0 as was reported in the CodeMirror issue (and is exactly the behavior I was struggling against).
From time to time the content of cell in my notebook just disappears.
It starts with freezing of cursor at a specific position in the cell and then all just disappear.
I can export the notebook to the script and the cell content is there. The parts of the code can disappear due to the keyboard activity in the emptied cell.
It is not connected to anything specific in the code.
Julia 1.3.1
IJulia v1.21.2
python3.7
jupyter core : 4.5.0
jupyter-notebook : 5.7.8
qtconsole : 4.3.1
ipython : 5.8.0
ipykernel : 4.9.0
jupyter client : 5.2.4
jupyter lab : 2.0.0
nbconvert : 5.4.0
ipywidgets : 6.0.0
nbformat : 4.4.0
traitlets : 4.3.2
ubuntu 19.10
The text was updated successfully, but these errors were encountered: