Skip to content

Instantly share code, notes, and snippets.

@cgtobi
Created December 28, 2018 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgtobi/11439422a65610680127dcb2d507482a to your computer and use it in GitHub Desktop.
Save cgtobi/11439422a65610680127dcb2d507482a to your computer and use it in GitHub Desktop.
[Unit]
Description=Jupyter Lab
[Service]
User=ubuntu
Type=simple
ExecStart=/usr/local/bin/jupyter lab --port 8888 --ip=0.0.0.0
WorkingDirectory=/home/ubuntu/Notebook
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment