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?