sds2019
sds2019 copied to clipboard
Jupyter Notebook Directory
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.
There are two options as answered in this stackoverflow question when you open the notebook from the terminal/prompt:
- you change directory before you start jupyter (this solution is temporary)
- you modify the config file (this solution is permanent)
Does that help?
Both of the solutions are working! Thank you.