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
For example executing 1.x in a Jupyter notebook gives the following error message:
ParseError:
# Error @ �]8;;file:///home/j/temp/In[1]#1:1�\In[1]:1:1�]8;;�\
1.x
└┘ ── numeric constant cannot be implicitly multiplied because it ends with `.`
I guess here the whole file:///home/j/smart-dispensing/julia/In[103]#1:1�\In[103] should be replaced with In[103]...
The rendering of the hyperlink escape sequence is a separate issue, I hope it gets supported by Jupyter: jupyterlab/jupyterlab#15861
The text was updated successfully, but these errors were encountered:
For example executing
1.x
in a Jupyter notebook gives the following error message:I guess here the whole
file:///home/j/smart-dispensing/julia/In[103]#1:1�\In[103]
should be replaced withIn[103]
...The rendering of the hyperlink escape sequence is a separate issue, I hope it gets supported by Jupyter: jupyterlab/jupyterlab#15861
The text was updated successfully, but these errors were encountered: