-
Notifications
You must be signed in to change notification settings - Fork 64
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
Comments
Did you restart the notebook server? |
Did you restart the notebook server (e.g., the |
Yes, that was the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :
After applying the steps mentioned on the link like running the following commands:
And then running these in terminal:
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!
The text was updated successfully, but these errors were encountered: