在Julia 1.0DEV使用notebook出问题。
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.0.0-DEV.3 (2018-08-03 08:56 UTC)
_/ |\__'_|_|_|\__'_| | Commit cfc747599d (1 day old master)
|__/ | x86_64-w64-mingw32
julia> using IJulia
julia> notebook()
无法运行,且没有显性报错。
版本信息如下:
julia> versioninfo()
Julia Version 1.0.0-DEV.3
Commit cfc747599d (2018-08-03 08:56 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, broadwell)
同样,在Julia 0.7rc2中也遇到这一问题。
安装IJulia时,用以下命令。
julia> ENV["JUPYTER"]="jupyter"
"jupyter"
(v1.0) pkg> add IJulia#master
大家有遇到这样的问题吗?