I am using below url docker image, did some investigation to find out where is "jupyter_notebook_config.py" file is location path. But couldn't find it. So please let me know the location of the "jupyter_notebook_config.py", so i can store my password and stop randomize token generating.
URL = https://hub.docker.com/r/continuumio/anaconda3
Investigation Result
-
Try Command
-
Jupyter Paths command result : None of the below directory have the "jupyter_notebook_config.py" file.
(base) root@ad75a746418f:/# jupyter --paths
config:
/root/.jupyter
/root/.local/etc/jupyter
/opt/conda/etc/jupyter
/usr/local/etc/jupyter
/etc/jupyter
data:
/root/.local/share/jupyter
/opt/conda/share/jupyter
/usr/local/share/jupyter
/usr/share/jupyter
runtime:
/root/.local/share/jupyter/runtime
(base) root@ad75a746418f:/#