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 get the same error in the REPL and in JupyterLab. I keep thinking I am just being stupid on this but I had this working last year. Anyway, here is what I entered:
using Pkg
Pkg.add("WebIO")
using WebIO
WebIO.install_jupyter_labextension()
And I get as output:
Info: Using default Jupyter executable at /home/jeff/anaconda3/bin/jupyter; to use a different executable, see the documentation by running ?WebIO.install_jupyter_labextension.
└ @ WebIO /home/jeff/.julia/packages/WebIO/Fy9h1/deps/jupyter.jl:198
An error occured.
ValueError: No linked package for @webio/webio
See the log file for details: /tmp/jupyterlab-debug-797iaggs.log
No labextension named "@webio/jupyter-lab-provider" installed
An error occured.
ValueError:
"@webio/[email protected]" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab Extension Package
Julia 1.6.1 in Jupyter Lab 3.0.14
I get the same error in the REPL and in JupyterLab. I keep thinking I am just being stupid on this but I had this working last year. Anyway, here is what I entered:
using Pkg
Pkg.add("WebIO")
using WebIO
WebIO.install_jupyter_labextension()
And I get as output:
Info: Using default Jupyter executable at
/home/jeff/anaconda3/bin/jupyter
; to use a different executable, see the documentation by running?WebIO.install_jupyter_labextension
.└ @ WebIO /home/jeff/.julia/packages/WebIO/Fy9h1/deps/jupyter.jl:198
An error occured.
ValueError: No linked package for @webio/webio
See the log file for details: /tmp/jupyterlab-debug-797iaggs.log
No labextension named "@webio/jupyter-lab-provider" installed
An error occured.
ValueError:
"@webio/[email protected]" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab Extension Package
failed process: Process(
/home/jeff/anaconda3/bin/jupyter labextension install --no-build @webio/[email protected]
, ProcessExited(1)) [1]Stacktrace:
[1] pipeline_error
@ ./process.jl:525 [inlined]
[2] run(::Cmd; wait::Bool)
@ Base ./process.jl:440
[3] run
@ ./process.jl:438 [inlined]
[4] install_jupyter_labextension(jupyter::Nothing; force_conda_jupyter::Nothing, condajl::Nothing, dev::Bool)
@ WebIO ~/.julia/packages/WebIO/Fy9h1/deps/jupyter.jl:216
[5] install_jupyter_labextension(jupyter::Nothing) (repeats 2 times)
@ WebIO ~/.julia/packages/WebIO/Fy9h1/deps/jupyter.jl:196
[6] top-level scope
@ In[3]:4
[7] eval
@ ./boot.jl:360 [inlined]
[8] include_string(mapexpr::typeof(REPL.softscope), mod::Module, code::String, filename::String)
@ Base ./loading.jl:1094
The text was updated successfully, but these errors were encountered: