satnogs-wut/scripts/spacecruft-jupyter-start

11 lines
356 B
Plaintext
Raw Permalink Normal View History

2020-01-21 12:44:13 -07:00
#!/bin/bash
jupyter-lab \
--config=/home/jebba/.jupyter/jupyter_notebook_config.py \
2020-01-21 16:00:15 -07:00
--notebook-dir=/home/jebba/devel/spacecruft/satnogs-wut/notebooks \
2020-01-21 12:44:13 -07:00
--app-dir=/home/jebba/.local/share/jupyter/lab \
1>>/home/jebba/log/jupyter.log 2>>/home/jebba/log/jupyter.err &
# --debug \
2020-01-21 16:00:15 -07:00
# --notebook-dir=/srv/satnogs/satnogs-wut/notebooks \