I run !pip install chart_studio
in jupyter notebook.
Then when running this code:
import numpy as np
import pandas as pd
import cufflinks as cf
import chart_studio.plotly as py
from chart_studio.plotly import iplot
import plotly.graph_objects as go
chart_studio.tools.set_credentials_file(username=xx, api_key = xxx)
I get back:
No module named 'chart_studio'
I've tried syntax corrections but no joy. Any suggestions?
Just pip install chart_studio
in the current environment
Use conda for the installation:
conda install -c plotly chart-studio
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With