Files
DeOldify/run_notebook.sh
T
2020-11-17 09:38:31 +01:00

3 lines
168 B
Bash
Executable File

#!/bin/bash
jupyter notebook --port=8888 --no-browser --allow-root --ip=0.0.0.0 --NotebookApp.token="" --NotebookApp.password="$(./set_password.py $NOTEBOOK_PASSWORD)"