Skip to content

Instantly share code, notes, and snippets.

@UkiDLucas
Last active September 17, 2020 10:47
Show Gist options
  • Save UkiDLucas/c2e12a2167bbdc0bff7f0f7e904ac582 to your computer and use it in GitHub Desktop.
Save UkiDLucas/c2e12a2167bbdc0bff7f0f7e904ac582 to your computer and use it in GitHub Desktop.
Start jupyter notebook from a different drive (R:)

On Windows 10

Open Anaconda Prompt (anaconda3)

jupyter notebook --notebook-dir=R:

On Ubuntu

$ nano ~/.bashrc
alias notebook="jupyter notebook --notebook-dir=/mnt/r"
$ source ~/.bashrc
$ notebook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment