Jupyter - Paths

Notebook Components

About

Paths in Jupyter.

Management

Show the paths

output stream

jupyter --paths
config:
    C:\Users\gerardn\.jupyter
    C:\Anaconda\etc\jupyter
    C:\ProgramData\jupyter
data:
    C:\Users\gerardn\AppData\Roaming\jupyter
    C:\Anaconda\share\jupyter
    C:\ProgramData\jupyter
runtime:
    C:\Users\gerardn\AppData\Roaming\jupyter\runtime

where:

Json

jupyter --paths --json
{
  "runtime": [
    "C:\\Users\\gerardn\\AppData\\Roaming\\jupyter\\runtime"
    ], 
    "config": [
      "C:\\Users\\gerardn\\.jupyter", 
      "C:\\Anaconda\\etc\\jupyter", 
      "C:\\ProgramData\\jupyter"
    ], 
    "data": [
      "C:\\Users\\gerardn\\AppData\\Roaming\\jupyter", 
      "C:\\Anaconda\\share\\jupyter", 
      "C:\\ProgramData\\jupyter"
    ]
}





Discover More
Notebook Components
Jupyter - Jupyter Cli

Optional arg: -h, --help show this help message and exit --version show the jupyter command's version and exit --config-dir show Jupyter config dir --data-dir show Jupyter data...



Share this page:
Follow us:
Task Runner