Thanks @oheil. My versions:
Julia: 1.1.1
Jupyter notebook server: 6.0.3
Running on Python: 3.7.7
Browser: Safari 13.1.1
OS: Mac OS X 10.14.6
Here is a setup which I can reproduce:
File test_error.jl
in same folder as notebook contains:
x = 1
x not 1
Screenshot of Jupyter notebook:
I’ll try updating my Julia. I only installed it yesterday using conda install -c conda-forge julia
and it gave me 1.1.1. I will see if I can find a more recent version.
Here is the console output:
(julia) Bills-Mac-mini-2:cartpole billtubbs$ julia test_error.jl
ERROR: LoadError: syntax: extra token "not" after end of expression
Stacktrace:
[1] include at ./boot.jl:326 [inlined]
[2] include_relative(::Module, ::String) at ./loading.jl:1038
[3] include(::Module, ::String) at ./sysimg.jl:29
[4] exec_options(::Base.JLOptions) at ./client.jl:267
[5] _start() at ./client.jl:436
in expression starting at /Users/billtubbs/cartpole/test_error.jl:2
(julia) Bills-Mac-mini-2:cartpole billtubbs$ which julia
/anaconda3/envs/julia/bin/julia
Note: All that is missing from the Jupyter output is the last line:
in expression starting at /Users/billtubbs/cartpole/test_error.jl:2
Can you confirm you see that in your Jupyter notebook?
Other than that could it be a problem with my Jupyter install?