Skip to content

Instantly share code, notes, and snippets.

@ermolaev
Created September 21, 2015 22:26
Show Gist options
  • Save ermolaev/84b571156ad81bf42251 to your computer and use it in GitHub Desktop.
Save ermolaev/84b571156ad81bf42251 to your computer and use it in GitHub Desktop.
auto start jupyter notebook on miniconda
sudo vim /etc/rc.local
su ermolaev -c "export PATH="/home/ermolaev/miniconda3/bin:$PATH" && jupyter notebook --no-browser --notebook-dir=/home/ermolaev/jupyter &"
sudo reboot
sudo systemctl status rc-local.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment