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
I've tried doing using IJulia followed by notebook(). As I usually work over ssh in a terminal without X, it launched ~/.local/bin/jupyter notebook which launched the web browser, which here is... elinks.
So, bottom line: the julia repl freezes, as it waits for elinks to terminate. And elinks is moreover not displayed in the julia repl.
Question: would it not be possible to detect whether or not X is running before trying to launch jupyter notebook ? Or fine tune somewhat the jupyter notebook invocation ?
A way to call jupyter notebook --no-browser would be perfect.
More info:
julia> versioninfo()Julia Version 1.11.0-DEV.203Commit ec8df3da35 (2023-07-31 19:24 UTC)Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 8 × Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, skylake) Threads: 1 on 8 virtual cores
The text was updated successfully, but these errors were encountered:
I've tried doing
using IJulia
followed bynotebook()
. As I usually work over ssh in a terminal without X, it launched~/.local/bin/jupyter notebook
which launched the web browser, which here is... elinks.So, bottom line: the julia repl freezes, as it waits for elinks to terminate. And elinks is moreover not displayed in the julia repl.
Question: would it not be possible to detect whether or not X is running before trying to launch jupyter notebook ? Or fine tune somewhat the jupyter notebook invocation ?
A way to call
jupyter notebook --no-browser
would be perfect.More info:
The text was updated successfully, but these errors were encountered: