MyComputer commited on
Commit
c090cbd
·
1 Parent(s): 0e81291

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -1,5 +1,5 @@
1
  #!/bin/bash
2
- jupyter-lab \
3
  --ip 0.0.0.0 \
4
  --port 7860 \
5
  --no-browser \
 
1
  #!/bin/bash
2
+ /usr/local/bin/jupyter-lab \
3
  --ip 0.0.0.0 \
4
  --port 7860 \
5
  --no-browser \