Skip to content

Instantly share code, notes, and snippets.

View MiXaiLL76's full-sized avatar
🏠
Working from home

Михаил MiXaiLL76

🏠
Working from home
View GitHub Profile
@MiXaiLL76
MiXaiLL76 / jupyter.service
Last active June 12, 2020 08:10 — forked from whophil/jupyter.service
A systemd script for running a Jupyter notebook server.
# Setting up a Jupyter Lab remote server raspberry
[Unit]
Description=Jupyter Lab
[Service]
Type=simple
PIDFile=/run/jupyter.pid
ExecStart=/home/pi/.local/bin/jupyter-lab --config=/home/pi/.jupyter/jupyter_notebook_config.py
User=pi