We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ff5de commit 79b1db8Copy full SHA for 79b1db8
docker/README.md
@@ -64,8 +64,8 @@ After startup, in VS Code (with Dev Containers installed):
64
65
- Install Python & Jupyter extensions when prompted.
66
67
- - Open Folder → /home/jovyan/work (the repo inside the container).
+ - Open Folder → `/home/jovyan/work` (the repo inside the container).
68
69
- - Select Interpreter → the one at `/opt/conda/bin/python` (Python 3.11).
+ - Select Kernel → `Python Environments...` → pick the one at `/opt/conda/bin/python` (Python 3.11).
70
71
5. Open any `.ipynb` and run cells.
0 commit comments