Skip to content

Where in docker image is "jupyter_notebook_config.py" file location? #683

@hpngithub

Description

@hpngithub

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

  1. Try Command

    • jupyter --paths
  2. 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:/#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions