hydroshare / hydroshare-jupyterhub

The HydroShare Jupyterhub Notebook Server is an environment designed provide added value to existing HydroShare resources via interactive computational notebooks.
4 stars 6 forks source link

Install plotly #115

Open amabdallah opened 6 years ago

amabdallah commented 6 years ago

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