I usually start jupyter from a new bash terminal:
~$ jupyter notebook
and then go through the tree to the files I want to work in.
I just did it from a terminal that already worked in a different way:
~/blah/blah/blah$ jupyter notebook
and realized that this directory was becoming home to jupyter. I wanted to work in a file located at ~/blah/thingy/luis.ipynb, but could not find my path.
How to navigate a directory tree up in a jupyter laptop?
source
share