Skip to content

Commit b1fa50e

Browse files
authored
Remove conda-forge channel from README
main anaconda channel now has JupyterLab 1.0
1 parent 65625d4 commit b1fa50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pip install "notebook>=5.3" "ipywidgets==7.5"
9797
or conda.
9898

9999
```
100-
conda install -c conda-forge "notebook>=5.3" "ipywidgets=7.5"
100+
conda install "notebook>=5.3" "ipywidgets=7.5"
101101
```
102102

103103
### JupyterLab Support (Python 3.5+)
@@ -111,7 +111,7 @@ pip install jupyterlab==1.0 "ipywidgets==7.5"
111111
or conda.
112112

113113
```
114-
conda install -c defaults -c conda-forge jupyterlab=1.0 "ipywidgets=7.5"
114+
conda install jupyterlab=1.0 "ipywidgets=7.5"
115115
```
116116

117117
Then run the following commands to install the required JupyterLab extensions:

0 commit comments

Comments
 (0)