docker/jupyter/shell/start.sh
2023-07-30 09:37:30 +08:00

6 lines
180 B
Bash

#!/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?"