I just wrote a new config file for Jupyter in my shell:
jupyter notebook --generate-config
The output of that command says:
Writing default config to: /home/me/.jupyter/jupyter_notebook_config.py
I can change the directory in my shell by doing cd ~/.jupyter/
, but I can't find the folder anywhere in the GUI, which is what I'd like.
How can I find it? Where is this thing exactly?
ls ~/.jupyter
– chili555 Jul 12 '17 at 23:46.
indicated or how to see hidden folders. Thanks much for the help – snapcrack Jul 13 '17 at 00:31.
folder and..
folder. See for more info this: https://askubuntu.com/a/934929/295286 – Sergiy Kolodyazhnyy Jul 13 '17 at 01:38