Skip to content

Instantly share code, notes, and snippets.

@stevenpollack
stevenpollack / init.d_jupyter-notebook
Last active February 10, 2016 11:26 — forked from lambdalisue/jupyterhub
A service (init.d) script for jupyter-notebook
#! /bin/sh
### BEGIN INIT INFO
# Provides: jupyter-notebook
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start jupyter-notebook
# Description: This file starts a jupyter-notebook session using config
# parameters specified in ~/.jupyter/jupyter_notebook_config.py