Created
September 21, 2015 22:26
-
-
Save ermolaev/84b571156ad81bf42251 to your computer and use it in GitHub Desktop.
auto start jupyter notebook on miniconda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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