Issue
How to change working directory in Julia Jupyter?
I tried and read everything, still have no idea how to do that. It only allows me to select directories under my home ~/
dir. I can't find any button to go up to /
.
Solution
I'm pretty sure once you have started the server you cannot then go up directories, I may be wrong though.
So best thing to do is start the jupyter notebook server somewhere that contains all of the folders you might need -i.e. the root dir if you want to make sure you have access to everything.
You can use the --notebook-dir
flag for this. Or you can set defaults in the config.
Answered By - Alexander Morley
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.