JuliaLang / IJulia.jl

Julia kernel for Jupyter
MIT License
2.79k stars 411 forks source link

jupyter can work properly with julia 1.1.1, however it cannot work with julia 1.2 #881

Open marshalmace opened 4 years ago

marshalmace commented 4 years ago

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]

stevengj commented 4 years ago

Works fine for me.

marshalmace commented 4 years ago

just wondering if your pc is ubuntu as well?

nilshg commented 1 week ago

This should be closed.