Issue
I have a machine learning project in drive D. It contains python notebook files. But when I launch jupyter notebook through command prompt, it only shows directories inside drive C. How can I navigate to a drive other than C drive without changing jupyter notebook startup path?. I'm using windows 10 operating system. All the solutions I found, trying to change notebook startup path.
Solution
You can launch it from any drive/location you want with the --notebook-dir
option.
For example:
jupyter notebook --notebook-dir=D:/
Answered By - Leo Brueggeman
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.