Skip to content

Instantly share code, notes, and snippets.

@vigzmv
Created March 12, 2017 13:29
Show Gist options
  • Save vigzmv/408eb86296352ae0432a23ce5f83754e to your computer and use it in GitHub Desktop.
Save vigzmv/408eb86296352ae0432a23ce5f83754e to your computer and use it in GitHub Desktop.
jupyter
[Unit]
Description=Jupyter
[Service]
Type=simple
PIDFile=/run/jupyter.pid
ExecStart=/usr/local/bin/jupyter-notebook --ip 0.0.0.0
User=ubuntu
Group=ubuntu
WorkingDirectory=/home/
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment