holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
567 stars 33 forks source link

Add plotly #14

Open timfidd opened 5 years ago

jammin0921 commented 5 years ago

@timfidd I don't have a plotly account but I was able to install and import plotly using pip. Tried running some example code from the plotly website here but I got their "Aw, snap! We didn't get a username with your request..." message so it seems like it would work if I had a username and api key.

holzschu commented 5 years ago

Hi @timfidd, I can't test plotly as I don't have an account, but I can confirm that "%pip install plotly" works. After installation, does plotly work for you, or are there issues?

ifuchs commented 4 years ago

Tried !pip install plotly, got many errors, and the install fails. Do others have this working?

kalebmckale commented 1 year ago

I was able to install plotly using !pip install plotly. I came here looking to see if anyone was talking about some plots not showing.