docker/jupyter/shell/start.sh

6 lines
180 B
Bash
Raw Normal View History

2023-07-30 09:37:30 +08:00
#!/bin/sh
source ~/.bashrc
echo "start success jupyter-notebook"
#nohub jupyter notebook --allow-root > /data/jupyter.log 2>&1
jupyter notebook
echo "exist jupyter-notebook ? why?"