Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- numpy
- pandas
- plotly
- chart-studio
- requests
- seaborn
- traitlets
Expand Down
2 changes: 1 addition & 1 deletion python/plotly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
},
"outputs": [],
"source": [
"import plotly.plotly as py\n",
"import chart_studio.plotly as py\n",
"import plotly.graph_objs as go\n",
"\n",
"import pandas as pd\n",
Expand Down