-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
JupyterLab incompatibility #182
Comments
I've seen this before too. I think the problem is inside IJulia on this line I wonder if deleting that line fixes it? |
Yes, it does, but now I just don't see anything. :( |
Did you install the jupyterlab plotly renderer? https://github.com/jupyterlab/jupyter-renderers/tree/master/packages/plotly-extension I need to figure out an approach for how to do that automatically |
Ah, no! I did not! After installing It's too bad that you need a whole |
Wait, no, I'm wrong. It still doesn't work. :/ |
That error is expected, but in jupyterlab it should be benign. The reason for it is that in the notebook I communicate between PlotlyJS.jl and plotly.js via the As long as that is installed you will still see errors in the js console, but plots should show up. As we spoke over in slack -- this did resolve the issue so I'm going to close here. |
This does not seem to be supported in JupyterLab 0.31. See this link [0] for more detail [0] JuliaPlots/PlotlyJS.jl#182 (comment)
This does not seem to be supported in JupyterLab 0.31. See this link [0] for more detail [0] JuliaPlots/PlotlyJS.jl#182 (comment)
When attempting to use this from within
JupyterLab 0.31.8
, I get the following error:I assume this is due to problems with the
source
key in that JSON payload that is being sent; although I personally don't know where that is being generated. This error occurs on the latestmaster
ofIJulia
andPlotlyJS
.The text was updated successfully, but these errors were encountered: