Skip to content

Commit 725ada7

Browse files
chore: show notebook dir
1 parent ed7b621 commit 725ada7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/jupyterService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export async function startServerInBackground(opts?: {
150150
return;
151151
}
152152

153-
onMessage(`Starting Jupyter Notebook on port ${port} ...`);
153+
onMessage(`Starting Jupyter Notebook on port ${port}, serving files from ${notebookDir} ...`);
154154

155155
const outFd = openSync(outPath, "a");
156156
const errFd = openSync(errPath, "a");

0 commit comments

Comments
 (0)