Skip to content

Commit 51c419e

Browse files
committed
Remove bad " in Jupyter startup script.
1 parent 13374ec commit 51c419e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/jupyter-start.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ exec python -m jupyter lab \
88
--no-browser \
99
--NotebookApp.token='' \
1010
--NotebookApp.password='' \
11-
--NotebookApp.default_url=''"
12-
11+
--NotebookApp.default_url=''

0 commit comments

Comments
 (0)