satnogs-wut/scripts/spacecruft-jupyter-start

11 lines
356 B
Bash
Executable File

#!/bin/bash
jupyter-lab \
--config=/home/jebba/.jupyter/jupyter_notebook_config.py \
--notebook-dir=/home/jebba/devel/spacecruft/satnogs-wut/notebooks \
--app-dir=/home/jebba/.local/share/jupyter/lab \
1>>/home/jebba/log/jupyter.log 2>>/home/jebba/log/jupyter.err &
# --debug \
# --notebook-dir=/srv/satnogs/satnogs-wut/notebooks \