Skip to content

Instantly share code, notes, and snippets.

View xeno14's full-sized avatar

Ryo Murakami xeno14

View GitHub Profile
@xeno14
xeno14 / ipython-notebook.service
Last active November 11, 2015 13:05 — forked from amitsaha/ipython-notebook.service
Run IPython notebook under systemd
# README:
# Copy this file to /usr/lib/systemd/system/
# sudo systemctl daemon-reload
# systemctl enable ipython-notebook
# systemctl start ipython-notebook
# The WorkingDirectory and ipython-dir must exist
# If you don't want anything fancy, go to http://127.0.0.1:8888 to see your notebook
# wheneber you want it
[Unit]