Spaces:
Runtime error
Runtime error
File size: 341 Bytes
93d6913 29ce154 7353b9e f819eaf |
1 2 3 4 5 6 7 8 9 10 11 |
#!/bin/bash
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
jupyter-lab \
--ip 0.0.0.0 \
--port 7860 \
--no-browser \
--allow-root \
--NotebookApp.token='$JUPYTER_TOKEN' \
--NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
--NotebookApp.disable_check_xsrf=True |