Created
May 9, 2018 11:28
-
-
Save david-macleod/5eeb3c27d9b55f6cc60b41e0197dc5c5 to your computer and use it in GitHub Desktop.
jupyter-tmux
This file contains 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
if [[ -z "$TMUX" ]]; then | |
tmux new -d -s jn | |
tmux send -t jn "jupyter notebook" ENTER | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment