Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 14:14
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 ryantm/152638b9cea800732e5be77f9c1a737c to your computer and use it in GitHub Desktop.
Save ryantm/152638b9cea800732e5be77f9c1a737c to your computer and use it in GitHub Desktop.
/nix/store/a2rg0wbnzlpwmcj33xv6ga12q6jpg4ki-python3.7-jupyterlab_server-0.3.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jupyterlab_server
│   │   ├── app.py
│   │   ├── error.html
│   │   ├── handlers.py
│   │   ├── index.html
│   │   ├── __init__.py
│   │   ├── json_minify.py
│   │   ├── process_app.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── app.cpython-37.pyc
│   │   │   ├── handlers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── json_minify.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
│   │   ├── 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
│   │   │   │   └── plugin.json
│   │   │   ├── test_settings_api.py
│   │   │   ├── test_workspaces_api.py
│   │   │   ├── utils.py
│   │   │   └── workspaces
│   │   │   ├── abfoo-19e2.jupyterlab-workspace
│   │   │   └── abfoo-2c26.jupyterlab-workspace
│   │   ├── themes_handler.py
│   │   ├── _version.py
│   │   └── workspaces_handler.py
│   └── jupyterlab_server-0.3.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 47 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment