Skip to content

Commit ad6ecd5

Browse files
committed
Update README
1 parent eaafa81 commit ad6ecd5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# The Jupyter Widget Ecosystem
22

3-
## Tutorial, SciPy 2021
3+
## Tutorial, SciPy 2022
44

55
# https://github.com/jupyter-widgets/tutorial
66

77
# Installation
88

9-
### Installation instructions last updated 2021-06-07
9+
**NOTE**: These installation instructions install `ipywidgets` version 7.7. We anticipate that ipywidgets 8 will be released before the tutorial. If it, and all of the packages that we use that are dependent on `ipywidgets` have releases before the tutorial we will also provide ipywidgets 8 installation instructions.
1010

11-
The code in the tutorial has been written using Python 3; many of the dependencies may not be available for Python 2.7.
11+
Either way, we will include some of the new features of ipywidgets 8 in the tutorial.
12+
13+
### Installation instructions last updated 2022-06-17
1214

1315
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).
1416

@@ -24,12 +26,12 @@ You can do this with either `git clone https://github.com/jupyter-widgets/tutori
2426

2527
## conda installation instructions
2628

27-
The steps below will get you a working environment.
29+
The steps below will get you a working environment.
2830

2931
```bash
3032
conda env create -f environment.yml
3133

32-
conda activate widgets-tutorial-2021
34+
conda activate widgets-tutorial-2022
3335

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

0 commit comments

Comments
 (0)