Skip to content

Instantly share code, notes, and snippets.

@lambdaofgod
Created March 8, 2023 09:43
Show Gist options
  • Save lambdaofgod/48653d9f92d7f677da8fc4b292bcedfa to your computer and use it in GitHub Desktop.
Save lambdaofgod/48653d9f92d7f677da8fc4b292bcedfa to your computer and use it in GitHub Desktop.
Run Jupyter lab/notebook in tmux
# tmux utils
tmux_jupyter() {
cd ~/Projects
tmux new -d -s jupyter
tmux send-keys -t jupyter "jupyter-notebook" Enter
tmux a -t jupyter
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment