Skip to content

Commit 2156934

Browse files
Merge pull request #100 from plotly/remove_conda_forge
Remove conda-forge channel from installation instructions
2 parents 8626210 + 987b68b commit 2156934

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)