Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 23, 2020 22:42
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/90df666465fb97a1e5689470a1fb8133 to your computer and use it in GitHub Desktop.
Save r-ryantm/90df666465fb97a1e5689470a1fb8133 to your computer and use it in GitHub Desktop.
/nix/store/pkgdyh6xnwx65sl3l5j0m0m83nxyxn5h-python2.7-qtconsole-4.7.4
├── bin
│   └── jupyter-qtconsole
├── lib
│   └── python2.7
│   └── site-packages
│   ├── qtconsole
│   │   ├── ansi_code_processor.py
│   │   ├── ansi_code_processor.pyc
│   │   ├── base_frontend_mixin.py
│   │   ├── base_frontend_mixin.pyc
│   │   ├── bracket_matcher.py
│   │   ├── bracket_matcher.pyc
│   │   ├── call_tip_widget.py
│   │   ├── call_tip_widget.pyc
│   │   ├── client.py
│   │   ├── client.pyc
│   │   ├── comms.py
│   │   ├── comms.pyc
│   │   ├── completion_html.py
│   │   ├── completion_html.pyc
│   │   ├── completion_plain.py
│   │   ├── completion_plain.pyc
│   │   ├── completion_widget.py
│   │   ├── completion_widget.pyc
│   │   ├── console_widget.py
│   │   ├── console_widget.pyc
│   │   ├── frontend_widget.py
│   │   ├── frontend_widget.pyc
│   │   ├── history_console_widget.py
│   │   ├── history_console_widget.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── inprocess.py
│   │   ├── inprocess.pyc
│   │   ├── ipython_widget.py
│   │   ├── ipython_widget.pyc
│   │   ├── jupyter_widget.py
│   │   ├── jupyter_widget.pyc
│   │   ├── kernel_mixins.py
│   │   ├── kernel_mixins.pyc
│   │   ├── kill_ring.py
│   │   ├── kill_ring.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── mainwindow.py
│   │   ├── mainwindow.pyc
│   │   ├── manager.py
│   │   ├── manager.pyc
│   │   ├── pygments_highlighter.py
│   │   ├── pygments_highlighter.pyc
│   │   ├── qstringhelpers.py
│   │   ├── qstringhelpers.pyc
│   │   ├── qtconsoleapp.py
│   │   ├── qtconsoleapp.pyc
│   │   ├── resources
│   │   │   └── icon
│   │   │   └── JupyterConsole.svg
│   │   ├── rich_ipython_widget.py
│   │   ├── rich_ipython_widget.pyc
│   │   ├── rich_jupyter_widget.py
│   │   ├── rich_jupyter_widget.pyc
│   │   ├── rich_text.py
│   │   ├── rich_text.pyc
│   │   ├── styles.py
│   │   ├── styles.pyc
│   │   ├── svg.py
│   │   ├── svg.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_00_console_widget.py
│   │   │   ├── test_00_console_widget.pyc
│   │   │   ├── test_ansi_code_processor.py
│   │   │   ├── test_ansi_code_processor.pyc
│   │   │   ├── test_app.py
│   │   │   ├── test_app.pyc
│   │   │   ├── test_comms.py
│   │   │   ├── test_comms.pyc
│   │   │   ├── test_completion_widget.py
│   │   │   ├── test_completion_widget.pyc
│   │   │   ├── test_frontend_widget.py
│   │   │   ├── test_frontend_widget.pyc
│   │   │   ├── test_jupyter_widget.py
│   │   │   ├── test_jupyter_widget.pyc
│   │   │   ├── test_kill_ring.py
│   │   │   ├── test_kill_ring.pyc
│   │   │   ├── test_styles.py
│   │   │   └── test_styles.pyc
│   │   ├── usage.py
│   │   ├── usage.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── qtconsole-4.7.4.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 94 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment