-
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. #236
Comments
Check if you have nbextensions installed in jupyter, this solved my problem with this issue |
Hello, I am having the same problem when I try to plot using PlotlyJS. As an output I get "WebIO not detected.". I have nbextensions installed and WebIO is active |
Update: I reinstalled WebIO after having installed nbextensions and I can now see the plots, however, whenever I open a notebook I see a warning saying that WebIO was loaded on an ad-hoc basis, despite the fact that the corresponding extension is active prior to loading the notebook. Plots also appear buggy: i cannot rotate 3d plots at all for instance |
another update: PS C:\Users\lucam.jupyter> jupyter nbextension list |
@Fruktus that was it thanks!
|
Hi, I tried a clean install of jupyter, installing the contrib_extensions too, but I have still problems: |
Hi, all, are y'all still having issues? If so, try the latest on the webio-retool branch (should also be available as ]add WebIO#webio-retool I added a number of Jupyter notebook stability fixes. |
Hey, thanks but unfortunately it didn't help: still get the same 404 I reported before and when I try to plot something it says that WebIO is not detected. |
You might need to restart jupyter once you install or build WebIO... Did you try that @truefalsename? |
I tried, didn't help. When I open a julia noebook I still get the same 404 as before and when I try to plot something via plotlyjs either I get "WebIO not detected" or I get a plot in a separate electron window (should have been in notebook) and the plot is super buggy. cannot rotate/interact with 3d plots and the navigation buttons do random things. |
I think the issue is perhaps a false assumption about where nbextensions live in Windows. I think the |
Can you run |
Hello, Here is the output config: |
This should be fixed now that WebIO installs the extension to the correct OS-specific location (when using master -- the "latest" version, 0.7.0, should work regardless). If you have issues still, please let me know, but I'm closing this for now. |
For me it still doen't work. |
thanks to @hhaensel (ref #236 (comment))
Hi! I just spotted another incarnation of this issue on Windows 10. I had the same problem (not working and "problems found" in It looks like expansion in Line 64 in 119a22b
%APPDATA% is used in the build script, at least.
I then copied the folder to the expanded path |
That |
That PR has been merged. If you're still having issues (on Windows), please build WebIO again (feel free to delete the extraneous |
I recently filed an issue in
Interact.jl
(JuliaGizmos/Interact.jl#280) since I was not able to use it, but it's obviously an issue withWebIO.jl
.If I try to use it in Jupyter, I get the error
WebIO not detected.
and thedeps/build.log
is empty. I also tried to rebuild it but it gives no error whatsoever:Any ideas how to debug this? I am running Julia 1.0 and can't get it to work on macOS Mojave.
The text was updated successfully, but these errors were encountered: