Issue
I know that this question has already been asked but I didn't really achieve what I was looking for with the suggestions in the answers. I'd like to change the default directory that IPython notebook uses when you open it from the terminal, since it shows hundreds of folders and it's impossible to choose the right one from there.
Solution
You need to change to the desired directory before you start the IPython Notebook. On the terminal:
cd path/to/dir
and then:
ipython notebook
Answered By - Mike Müller
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.