abjer / sds2019

Social Data Science 2019 - a summer school course
https://abjer.github.io/sds2019
46 stars 96 forks source link

Jupyter Notebook Directory #3

Open kasperloewe opened 5 years ago

kasperloewe commented 5 years ago

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.

abjer commented 5 years ago

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?

kasperloewe commented 5 years ago

Both of the solutions are working! Thank you.