Skip to content

Commit 966fa37

Browse files
Change command to start Jupyter server
Updated command to start Jupyter server from 'jupyter lab' to 'jupyter notebook'.
1 parent e1574c5 commit 966fa37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Run the Jupyter server inside the apptainer first:
120120
```bash
121121
apptainer run -H $(pwd) --nv sdialog.sif
122122

123-
exec jupyter lab --no-browser --ip 0.0.0.0 --port 3300
123+
jupyter notebook --no-browser --ip 0.0.0.0 --port 3300
124124
```
125125

126126
And then copy the URL that was printed when running the Server including the token value. For instance, for the following log:

0 commit comments

Comments
 (0)