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
Would you please install plotly on the jupyterhub?
I could install them as suggested by Tony through an email conversation in the first cell of the notebook but it seems that I have to do that each time I use the notebook which takes time.
Would you please install plotly on the jupyterhub?
I could install them as suggested by Tony through an email conversation in the first cell of the notebook but it seems that I have to do that each time I use the notebook which takes time.
ImportError: No module named plotly
!pip install plotly # python 2.7
!pip3 install plotly # python3
!conda install -c plotly plotly -y
The text was updated successfully, but these errors were encountered: