You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my local, I have pulled latest docker image: jupyter/datascience-notebook
Plotly chart is not visible at jupyter (using sample at readme), thus I followed readme instruction (image below) for installing extension jupyterlab-plotly at jupyter.
I encountered jupyter lab build error until I modified jupyter lab build to jupyter lab build --minimize=False. After which I can now see the plotly graph.
I also added strict-ssl false at ~/.yarnrc but I'm not sure It made a difference.
Maybe adding --minimize=False parameter, by default, to the readme build instruciton will save time for others (though I'm not totally sure it is the correct way).
The text was updated successfully, but these errors were encountered:
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson
On my local, I have pulled latest docker image:
jupyter/datascience-notebook
Plotly chart is not visible at jupyter (using sample at readme), thus I followed readme instruction (image below) for installing extension
jupyterlab-plotly
at jupyter.I encountered jupyter lab build error until I modified
jupyter lab build
tojupyter lab build --minimize=False
. After which I can now see the plotly graph.related errors:
jupyterlab/jupyterlab#7003
#1483
I also added
strict-ssl false
at~/.yarnrc
but I'm not sure It made a difference.Maybe adding
--minimize=False
parameter, by default, to the readme build instruciton will save time for others (though I'm not totally sure it is the correct way).The text was updated successfully, but these errors were encountered: