We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 65625d4 commit b1fa50eCopy full SHA for b1fa50e
README.md
@@ -97,7 +97,7 @@ pip install "notebook>=5.3" "ipywidgets==7.5"
97
or conda.
98
99
```
100
-conda install -c conda-forge "notebook>=5.3" "ipywidgets=7.5"
+conda install "notebook>=5.3" "ipywidgets=7.5"
101
102
103
### JupyterLab Support (Python 3.5+)
@@ -111,7 +111,7 @@ pip install jupyterlab==1.0 "ipywidgets==7.5"
111
112
113
114
-conda install -c defaults -c conda-forge jupyterlab=1.0 "ipywidgets=7.5"
+conda install jupyterlab=1.0 "ipywidgets=7.5"
115
116
117
Then run the following commands to install the required JupyterLab extensions:
0 commit comments