codefuse-chatbot/jupyter_start.sh

3 lines
152 B
Bash
Raw Normal View History

2023-09-28 10:58:58 +08:00
#!/bin/bash
nohup jupyter-notebook --NotebookApp.token=mytoken --port=5050 --allow-root --ip=0.0.0.0 --no-browser --ServerApp.disable_check_xsrf=True &