JuliaLang / JuliaLang/JuliaSyntax.jl
Wrong link path in IJulia
Open
- Dominant language
- Julia
- Stars
- 293
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
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: https://github.com/jupyterlab/jupyterlab/issues/15861
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.