sds2019 icon indicating copy to clipboard operation
sds2019 copied to clipboard

Jupyter Notebook Directory

Open kasperloewe opened this issue 6 years ago • 2 comments

How do I change the Home directory in Jupyter Notebook so that none of my personal files are visible? It should be noted that I have a Mac. /Kasper.

kasperloewe avatar Jul 10 '19 09:07 kasperloewe

There are two options as answered in this stackoverflow question when you open the notebook from the terminal/prompt:

  1. you change directory before you start jupyter (this solution is temporary)
  2. you modify the config file (this solution is permanent)

Does that help?

abjer avatar Jul 10 '19 10:07 abjer

Both of the solutions are working! Thank you.

kasperloewe avatar Jul 10 '19 12:07 kasperloewe