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
jupyter can work properly with julia 1.1.1, however it cannot work with julia 1.2
when i new a julia1.2 notebook, it says:
"A connection to the notebook server could not be established. The notebook will continue trying to reconnect. Check your network connection or notebook server configuration."
versioninfo()
Julia Version 1.2.0
Commit c6da87ff4b (2019-08-20 00:03 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Celeron(R) CPU G3930 @ 2.90GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
julia> pkgs["Flux"]
v"0.9.0"
julia> pkgs["IJulia"]
v"1.20.0"
julia> Pkg.build("IJulia")
Building Conda ──→ ~/.julia/packages/Conda/kLXeC/deps/build.log
Building ZMQ ────→ ~/.julia/packages/ZMQ/ABGOx/deps/build.log
Building MbedTLS → ~/.julia/packages/MbedTLS/a1JFn/deps/build.log
Building IJulia ─→ ~/.julia/packages/IJulia/fRegO/deps/build.log
false
jupyter version:
The version of the notebook server is: 6.0.1
The server is running on this version of Python:
Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
[GCC 7.3.0]
The text was updated successfully, but these errors were encountered:
jupyter can work properly with julia 1.1.1, however it cannot work with julia 1.2
when i new a julia1.2 notebook, it says:
"A connection to the notebook server could not be established. The notebook will continue trying to reconnect. Check your network connection or notebook server configuration."
julia> pkgs["Flux"]
v"0.9.0"
julia> pkgs["IJulia"]
v"1.20.0"
julia> Pkg.build("IJulia")
Building Conda ──→
~/.julia/packages/Conda/kLXeC/deps/build.log
Building ZMQ ────→
~/.julia/packages/ZMQ/ABGOx/deps/build.log
Building MbedTLS →
~/.julia/packages/MbedTLS/a1JFn/deps/build.log
Building IJulia ─→
~/.julia/packages/IJulia/fRegO/deps/build.log
false
jupyter version:
The version of the notebook server is: 6.0.1
The server is running on this version of Python:
Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
[GCC 7.3.0]
The text was updated successfully, but these errors were encountered: