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 (Julia) #423

Closed
XxAakashxX opened this issue Jul 11, 2020 · 4 comments
Closed

WebIO not detected (Julia) #423

XxAakashxX opened this issue Jul 11, 2020 · 4 comments

Comments

@XxAakashxX
Copy link

XxAakashxX commented Jul 11, 2020

I was trying to use Plotly package in Julia(Jupyter Notebook). As I tried the following command:
Plotly.plot(stats["PetalWidth"], stats["Class"])
It returns :

WebIO not detected.

Please read the troubleshooting guide for more information on how to resolve this issue.

https://juliagizmos.github.io/WebIO.jl/latest/troubleshooting/not-detected/****

After applying the steps mentioned on the link like running the following commands:

Pkg.add("WebIO")
using WebIO
WebIO.install_jupyter_nbextension()

And then running these in terminal:

jupyter nbextension uninstall --user webio/main
jupyter nbextension uninstall --user webio-jupyter-notebook

But still the problem remains unresolved! It still keeps saying "WebIO not detected"
What should i do?

Even My WebIO is also shown connected when I see the notebook extension dashboard!
Annotation 2020-03-27 070116

@shashi
Copy link
Member

shashi commented Jul 11, 2020

Did you restart the notebook server?

@Jdbeck66
Copy link

Jdbeck66 commented Nov 22, 2020

Screen Shot 2020-11-22 at 10 06 10 AM

Screen Shot 2020-11-22 at 10 05 23 AM

Happening to me as well. Exact same. I did also restart the notebook kernel. I'm running Julia 1.5.3 and WebIO v0.8.15, Interact v0.10.3, Conda v1.5.0 and IJulia v1.23.0

@twavv
Copy link
Member

twavv commented Nov 22, 2020

Did you restart the notebook server (e.g., the jupyter notebook command or IJulia.notebook()) -- not just the kernel?

@Jdbeck66
Copy link

Yes, that was the problem.

@twavv twavv closed this as completed Nov 23, 2020
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

4 participants