Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Last active February 9, 2020 09:57
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/9ff895cca6f723ef1727214ac58dc21b to your computer and use it in GitHub Desktop.
Save r-ryantm/9ff895cca6f723ef1727214ac58dc21b to your computer and use it in GitHub Desktop.
/nix/store/y22xqhqzjr4lpizv65fnvyc24i8xbkw5-python3.7-jupyterlab-1.2.6
├── bin
│   ├── jlpm
│   ├── jupyter-lab
│   ├── jupyter-labextension
│   └── jupyter-labhub
├── etc
│   └── jupyter
│   └── jupyter_notebook_config.d
│   └── jupyterlab.json
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jupyterlab
│   │   ├── browser_check.py
│   │   ├── chrome-test.js
│   │   ├── commands.py
│   │   ├── coreconfig.py
│   │   ├── debuglog.py
│   │   ├── extension.py
│   │   ├── handlers
│   │   │   ├── build_handler.py
│   │   │   ├── error_handler.py
│   │   │   ├── extension_manager_handler.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── build_handler.cpython-37.pyc
│   │   │   ├── error_handler.cpython-37.pyc
│   │   │   ├── extension_manager_handler.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── jlpmapp.py
│   │   ├── labapp.py
│   │   ├── labextensions.py
│   │   ├── labhubapp.py
│   │   ├── __main__.py
│   │   ├── node-version-check.js
│   │   ├── __pycache__
│   │   │   ├── browser_check.cpython-37.pyc
│   │   │   ├── commands.cpython-37.pyc
│   │   │   ├── coreconfig.cpython-37.pyc
│   │   │   ├── debuglog.cpython-37.pyc
│   │   │   ├── extension.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jlpmapp.cpython-37.pyc
│   │   │   ├── labapp.cpython-37.pyc
│   │   │   ├── labextensions.cpython-37.pyc
│   │   │   ├── labhubapp.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── selenium_check.cpython-37.pyc
│   │   │   ├── semver.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── schemas
│   │   │   └── @jupyterlab
│   │   │   ├── application-extension
│   │   │   │   ├── main.json
│   │   │   │   ├── package.json.orig
│   │   │   │   └── sidebar.json
│   │   │   ├── apputils-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   ├── palette.json
│   │   │   │   ├── print.json
│   │   │   │   └── themes.json
│   │   │   ├── codemirror-extension
│   │   │   │   ├── commands.json
│   │   │   │   └── package.json.orig
│   │   │   ├── completer-extension
│   │   │   │   ├── consoles.json
│   │   │   │   ├── files.json
│   │   │   │   ├── notebooks.json
│   │   │   │   └── package.json.orig
│   │   │   ├── console-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── tracker.json
│   │   │   ├── docmanager-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── documentsearch-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── extensionmanager-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── filebrowser-extension
│   │   │   │   ├── browser.json
│   │   │   │   └── package.json.orig
│   │   │   ├── fileeditor-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── imageviewer-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── inspector-extension
│   │   │   │   ├── inspector.json
│   │   │   │   └── package.json.orig
│   │   │   ├── launcher-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── logconsole-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── mainmenu-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── markdownviewer-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── notebook-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── tracker.json
│   │   │   ├── settingeditor-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── shortcuts-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   ├── plugin.json
│   │   │   │   └── shortcuts.json
│   │   │   ├── statusbar-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   ├── terminal-extension
│   │   │   │   ├── package.json.orig
│   │   │   │   └── plugin.json
│   │   │   └── tooltip-extension
│   │   │   ├── consoles.json
│   │   │   ├── files.json
│   │   │   ├── notebooks.json
│   │   │   └── package.json.orig
│   │   ├── selenium_check.py
│   │   ├── semver.py
│   │   ├── staging
│   │   │   ├── index.js
│   │   │   ├── package.json
│   │   │   ├── templates
│   │   │   │   ├── 403.html
│   │   │   │   ├── error.html
│   │   │   │   ├── partial.html
│   │   │   │   └── template.html
│   │   │   ├── webpack.config.js
│   │   │   ├── webpack.prod.config.js
│   │   │   ├── webpack.prod.minimize.config.js
│   │   │   ├── webpack.prod.release.config.js
│   │   │   ├── yarn.js
│   │   │   └── yarn.lock
│   │   ├── static
│   │   │   ├── 2.dfb421cb35b03edef586.js
│   │   │   ├── 3.b7b0289385bba4090c34.js
│   │   │   ├── 4.b1d432edd26c8c832850.js
│   │   │   ├── 5.94b0ef0f6949b45408aa.js
│   │   │   ├── 6.1f0ad3a96fe8a6c5c44c.js
│   │   │   ├── 674f50d287a8c48dc19ba404d20fe713.eot
│   │   │   ├── 7.09e34bccb6513426ca1d.js
│   │   │   ├── 912ec66d7572ff821749319396470bde.svg
│   │   │   ├── af7ae505a9eed503f8b8e6982036873e.woff2
│   │   │   ├── b06871f281fee6b241d60582ae9369b9.ttf
│   │   │   ├── fee66e712a8a08eef5805a46892932ad.woff
│   │   │   ├── imports.css
│   │   │   ├── index.html
│   │   │   ├── index.out.js
│   │   │   ├── main.54495acbf6856e1bfebf.js
│   │   │   ├── package.json
│   │   │   └── vendors~main.d058a93d0bcdd36e2223.js
│   │   ├── tests
│   │   │   ├── echo_kernel.py
│   │   │   ├── __init__.py
│   │   │   ├── mock_packages
│   │   │   │   ├── extension
│   │   │   │   │   ├── index.js
│   │   │   │   │   └── package.json
│   │   │   │   ├── incompat
│   │   │   │   │   ├── index.js
│   │   │   │   │   └── package.json
│   │   │   │   ├── mimeextension
│   │   │   │   │   ├── index.js
│   │   │   │   │   └── package.json
│   │   │   │   └── package
│   │   │   │   ├── index.js
│   │   │   │   └── package.json
│   │   │   ├── __pycache__
│   │   │   │   ├── echo_kernel.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_app.cpython-37.pyc
│   │   │   │   ├── test_build_api.cpython-37.pyc
│   │   │   │   ├── test_jupyterlab.cpython-37.pyc
│   │   │   │   └── test_registry.cpython-37.pyc
│   │   │   ├── test_app.py
│   │   │   ├── test_build_api.py
│   │   │   ├── test_jupyterlab.py
│   │   │   └── test_registry.py
│   │   ├── themes
│   │   │   └── @jupyterlab
│   │   │   ├── theme-dark-extension
│   │   │   │   ├── index.css
│   │   │   │   └── index.js
│   │   │   └── theme-light-extension
│   │   │   ├── index.css
│   │   │   └── index.js
│   │   └── _version.py
│   └── jupyterlab-1.2.6.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── jupyter
└── lab
├── schemas
│   └── @jupyterlab
│   ├── application-extension
│   │   ├── main.json
│   │   ├── package.json.orig
│   │   └── sidebar.json
│   ├── apputils-extension
│   │   ├── package.json.orig
│   │   ├── palette.json
│   │   ├── print.json
│   │   └── themes.json
│   ├── codemirror-extension
│   │   ├── commands.json
│   │   └── package.json.orig
│   ├── completer-extension
│   │   ├── consoles.json
│   │   ├── files.json
│   │   ├── notebooks.json
│   │   └── package.json.orig
│   ├── console-extension
│   │   ├── package.json.orig
│   │   └── tracker.json
│   ├── docmanager-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── documentsearch-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── extensionmanager-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── filebrowser-extension
│   │   ├── browser.json
│   │   └── package.json.orig
│   ├── fileeditor-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── imageviewer-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── inspector-extension
│   │   ├── inspector.json
│   │   └── package.json.orig
│   ├── launcher-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── logconsole-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── mainmenu-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── markdownviewer-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── notebook-extension
│   │   ├── package.json.orig
│   │   └── tracker.json
│   ├── settingeditor-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── shortcuts-extension
│   │   ├── package.json.orig
│   │   ├── plugin.json
│   │   └── shortcuts.json
│   ├── statusbar-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   ├── terminal-extension
│   │   ├── package.json.orig
│   │   └── plugin.json
│   └── tooltip-extension
│   ├── consoles.json
│   ├── files.json
│   ├── notebooks.json
│   └── package.json.orig
├── static
│   ├── 2.dfb421cb35b03edef586.js
│   ├── 3.b7b0289385bba4090c34.js
│   ├── 4.b1d432edd26c8c832850.js
│   ├── 5.94b0ef0f6949b45408aa.js
│   ├── 6.1f0ad3a96fe8a6c5c44c.js
│   ├── 674f50d287a8c48dc19ba404d20fe713.eot
│   ├── 7.09e34bccb6513426ca1d.js
│   ├── 912ec66d7572ff821749319396470bde.svg
│   ├── af7ae505a9eed503f8b8e6982036873e.woff2
│   ├── b06871f281fee6b241d60582ae9369b9.ttf
│   ├── fee66e712a8a08eef5805a46892932ad.woff
│   ├── imports.css
│   ├── index.html
│   ├── index.out.js
│   ├── main.54495acbf6856e1bfebf.js
│   ├── package.json
│   └── vendors~main.d058a93d0bcdd36e2223.js
└── themes
└── @jupyterlab
├── theme-dark-extension
│   ├── index.css
│   └── index.js
└── theme-light-extension
├── index.css
└── index.js
83 directories, 229 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment