Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 9, 2020 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/498653607b264f455de09ae864303ee2 to your computer and use it in GitHub Desktop.
Save r-ryantm/498653607b264f455de09ae864303ee2 to your computer and use it in GitHub Desktop.
/nix/store/jcdh3ndaxjqp16vy46gfhn7fhp7sl0dz-python3.7-jupyterlab_server-1.0.7
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jupyterlab_server
│   │   ├── app.py
│   │   ├── handlers.py
│   │   ├── __init__.py
│   │   ├── process_app.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── app.cpython-37.pyc
│   │   │   ├── handlers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── process_app.cpython-37.pyc
│   │   │   ├── process.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   ├── servertest.cpython-37.pyc
│   │   │   ├── settings_handler.cpython-37.pyc
│   │   │   ├── themes_handler.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   └── workspaces_handler.cpython-37.pyc
│   │   ├── server.py
│   │   ├── servertest.py
│   │   ├── settings_handler.py
│   │   ├── templates
│   │   │   ├── 403.html
│   │   │   ├── error.html
│   │   │   └── index.html
│   │   ├── tests
│   │   │   ├── app-settings
│   │   │   │   └── overrides.json
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_settings_api.cpython-37.pyc
│   │   │   │   ├── test_workspaces_api.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── schemas
│   │   │   │   └── @jupyterlab
│   │   │   │   ├── apputils-extension
│   │   │   │   │   └── themes.json
│   │   │   │   ├── codemirror-extension
│   │   │   │   │   └── commands.json
│   │   │   │   └── shortcuts-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── test_settings_api.py
│   │   │   ├── test_workspaces_api.py
│   │   │   ├── utils.py
│   │   │   └── workspaces
│   │   │   ├── foo-2c26.jupyterlab-workspace
│   │   │   └── foo-92dd.jupyterlab-workspace
│   │   ├── themes_handler.py
│   │   ├── _version.py
│   │   └── workspaces_handler.py
│   └── jupyterlab_server-1.0.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
17 directories, 47 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment