Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebIO not detected #464

Closed
jeffmcgough opened this issue Sep 5, 2021 · 2 comments
Closed

WebIO not detected #464

jeffmcgough opened this issue Sep 5, 2021 · 2 comments

Comments

@jeffmcgough
Copy link

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

=3.0.9 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/application
=3.0.9 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/docmanager
=3.0.9 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/notebook
=3.0.8 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/rendermime
=6.0.7 <6.1.0 >=5.0.0 <6.0.0 @jupyterlab/services
See the log file for details: /tmp/jupyterlab-debug-ki8in4f_.log

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

@twavv
Copy link
Member

twavv commented Sep 13, 2021

Please upgrade to WebIO 0.8.16 (released today) and follow the instructions here: https://juliagizmos.github.io/WebIO.jl/latest/providers/ijulia/. Please follow up if you run into any issues or anything is unclear.

Thanks!

@twavv twavv closed this as completed Sep 13, 2021
@jeffmcgough
Copy link
Author

jeffmcgough commented Sep 13, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants