On Mon, Apr 15, 2019 at 2:16 PM Murray Eisenberg
<[email protected]> 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 [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jupyter/d41cd408-170a-4239-b30b-56cca82a5486%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
William (http://wstein.org)

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CACLE5GCqpS_P%2BccW4Z54v3mHvBGZe8A6gUyt%2BECO2svL3n2%2B%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to