Skip to content

Commit 987b68b

Browse files
committed
Remove conda-forge channel from installation instructions
JupyterLab 1.0 is on the main channel now
1 parent 8626210 commit 987b68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $ pip install jupyterlab==1.0 "ipywidgets>=7.5"
115115
or conda.
116116

117117
```
118-
$ conda install -c defaults -c conda-forge jupyterlab=1.0 "ipywidgets>=7.5"
118+
$ conda install jupyterlab=1.0 "ipywidgets>=7.5"
119119
```
120120

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

0 commit comments

Comments
 (0)