Skip to content

Commit de6a719

Browse files
committed
add env setup
1 parent 9ffe936 commit de6a719

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/exercise.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ You can practice on our [exercise repository](https://github.com/coderefinery/mo
3333
- Data set
3434
- Python notebook which works but is not super general
3535

36+
To run the notebook, you'll need the same conda environment used throughout this workshop. You can activate it and launch Jupyter Lab with these commands:
37+
38+
```bash
39+
conda activate coderefinery
40+
jupyter lab
41+
```
42+
3643
How to contribute improvements:
3744
- Open issue at the [exercise repository](https://github.com/coderefinery/modular-type-along-exercise) and in your pull request refer to that issue.
3845

0 commit comments

Comments
 (0)