Notebook

Secure service with SSL: http://jupyter-notebook.readthedocs.io/en/stable/public_server.html

jupyter.service

[Unit]
Description=Jupyter notebook
After=network.target

[Service]
User=jack
Group=jack
WorkingDirectory=/home/jack/notebook
ExecStart=/home/jack/notebook-env/bin/jupyter notebook
Restart=on-failure

[Install]
WantedBy=multi-user.target
Alias=jupyter.service