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: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ Then open your browser at **http://localhost:8889/lab**. The kernel plugin will
52
52
53
53
You can confirm the kernel was created by checking **http://localhost:8888/api/kernels**.
54
54
55
+
💡 If prompted for a token in the browser, enter: abc123
56
+
55
57
## 🐳 Run with Docker
56
58
57
59
This project comes with a ready-to-use Docker and Docker Compose setup.
@@ -68,6 +70,8 @@ This launches:
68
70
-**http://localhost:8888** → Server A (backend kernel server)
69
71
-**http://localhost:8889** → Server B (JupyterLab frontend with plugin)
70
72
73
+
💡 If prompted for a token in the browser, enter: abc123
74
+
71
75
After going to **http://localhost:8889/lab**, Server B will start a kernel on Server A when loaded and you can see it in **http://localhost:8888/api/kernels**.
0 commit comments