/Application\ Docs/Programming/Jupyter/jupyter_tutorial/jupyter_tutorial_01.ipynb
On Mon, Apr 15, 2019 at 2:16 PM Murray Eisenberg
<murraye...@gmail.com> wrote:
>
> On my Mac (macOS 10.14.4), I'm running Jupyter Notebook 5.7.8 from within Anaconda Navigator 1.9.7.
>
> How do I browse there to a jupyter notebook that is in a folder I own but not within my own user folder (or subfolders thereof); the file is:
>
> /Application\ Docs/Programming/Jupyter/jupyter_tutorial/jupyter_tutorial_01.ipynb
>
>
> The page http://localhost:8889/tree shows only folders inside my user folder, and I see no way to reach a higher level above that for some other folder in the root tree.
You could use the Terminal to make a symbolic link, e.g., if you type
cd /Application\ Docs/Programming/Jupyter/jupyter_tutorial/; ln -s / root
in the terminal, you'll see a new folder called root from the Jupyter
file browser, and if you click on that, you'll be at the root of your
filesystem.
You can also use the terminal in Jupyter itself to make this symbolic link.
-- William
>
> --
> You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jup...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/81dead7c-a82f-472c-b4bd-4d0018022f84%40googlegroups.com.