Spaces:
Runtime error
Runtime error
Update start_server.sh
Browse files- start_server.sh +1 -0
start_server.sh
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
2 |
|
3 |
jupyter-lab \
|
|
|
1 |
+
#!/bin/bash
|
2 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
3 |
|
4 |
jupyter-lab \
|