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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Then open your browser at **http://localhost:8889/lab**. The kernel plugin will
54
54
55
55
You can confirm the kernel was created by checking **http://localhost:8888/api/kernels**.
56
56
57
-
💡 If prompted for a token in the browser, enter: abc123
57
+
💡 If prompted for a token in the browser, enter: abc123 or add **?token=abc123**.
58
58
59
59
## 🐳 Run with Docker
60
60
@@ -72,7 +72,7 @@ This launches:
72
72
-**http://localhost:8888** → Server A (backend kernel server)
73
73
-**http://localhost:8889** → Server B (JupyterLab frontend with plugin)
74
74
75
-
💡 If prompted for a token in the browser, enter: abc123
75
+
💡 If prompted for a token in the browser, enter: abc123 or add **?token=abc123**.
76
76
77
77
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