Skip to content

Commit b679ad8

Browse files
committed
Update README to prefer miniconda and use new environment name
1 parent ebf5f70 commit b679ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
The code in the tutorial has been written using Python 3; many of the dependencies may not be available for Python 2.7.
1010

11-
We **strongly recommend** using the Anaconda Python distribution. You can install either the full [anaconda distribution](https://www.continuum.io/downloads) (very extensive, but large) or [miniconda](https://conda.io/miniconda.html) (much smaller, only essential packages).
11+
We **strongly recommend** using the conda Python distribution. You can install either [miniconda](https://conda.io/miniconda.html) (much smaller, only essential packages) or the full [anaconda distribution](https://www.continuum.io/downloads) (very extensive, but very, very large).
1212

1313
Almost all of the examples will work in either the regular Jupyter notebook or in JupyterLab. The instructions below assume you will be using JupyterLab.
1414

@@ -27,7 +27,7 @@ The steps below will get you a working environment.
2727
```bash
2828
conda env create -f environment.yml
2929

30-
conda activate widgets-tutorial
30+
conda activate widgets-tutorial-2021
3131

3232
# Create a kernel for this environment
3333
ipython kernel install --name widgets-tutorial --display-name widgets-tutorial --sys-prefix

0 commit comments

Comments
 (0)