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
After startup, you’ll see a URL with a token (e.g. http://127.0.0.1:8888/lab?token=…). Paste it into your browser. You'll see the full set of Crash Course notebooks.
49
+
50
+
---
46
51
47
-
### 1. Install the “Dev Containers” extension in VS Code.
52
+
### Open in VS Code (Dev Containers)
48
53
49
-
### 2. Command Palette → Dev Containers: Open Folder in Container…
54
+
After startup, in VS Code (with Dev Containers installed):
55
+
56
+
1. Open the Command Palette.
50
57
51
-
### 3. Select your local DeepLearningCrashCourse folder.
58
+
2. Run ```Dev Containers: Attach to Running Container...```.
52
59
53
-
### 4. In the new window:
60
+
3. Select your container, a new VS Code window will pop up.
54
61
55
-
- Install Python & Jupyter extensions when prompted.
62
+
4. In the new window:
56
63
57
-
- Open Folder → /home/jovyan/work (the repo inside the container).
64
+
- Install Python & Jupyter extensions when prompted.
58
65
59
-
- Select Interpreter in the bottom bar → the one at `/opt/conda/bin/python` (Python 3.11).
66
+
- Open Folder → /home/jovyan/work (the repo inside the container).
60
67
61
-
### 5. Use the integrated terminal (`Ctrl`+``) or Run & Debug scripts (F5).
68
+
- Select Interpreter in the bottom bar → the one at `/opt/conda/bin/python` (Python 3.11).
0 commit comments