You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/exercise.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,13 @@ You can practice on our [exercise repository](https://github.com/coderefinery/mo
33
33
- Data set
34
34
- Python notebook which works but is not super general
35
35
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
+
36
43
How to contribute improvements:
37
44
- Open issue at the [exercise repository](https://github.com/coderefinery/modular-type-along-exercise) and in your pull request refer to that issue.
0 commit comments