Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 21:03
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/fc3f006d13ea8146668c93ac00e7edda to your computer and use it in GitHub Desktop.
Save ryantm/fc3f006d13ea8146668c93ac00e7edda to your computer and use it in GitHub Desktop.
/nix/store/7i2clzzv86w6zbsfpyansn0i5179dn15-python3.7-qtconsole-4.5.5
├── bin
│   └── jupyter-qtconsole
├── lib
│   └── python3.7
│   └── site-packages
│   ├── qtconsole
│   │   ├── ansi_code_processor.py
│   │   ├── base_frontend_mixin.py
│   │   ├── bracket_matcher.py
│   │   ├── call_tip_widget.py
│   │   ├── client.py
│   │   ├── comms.py
│   │   ├── completion_html.py
│   │   ├── completion_plain.py
│   │   ├── completion_widget.py
│   │   ├── console_widget.py
│   │   ├── frontend_widget.py
│   │   ├── history_console_widget.py
│   │   ├── __init__.py
│   │   ├── inprocess.py
│   │   ├── ipython_widget.py
│   │   ├── jupyter_widget.py
│   │   ├── kernel_mixins.py
│   │   ├── kill_ring.py
│   │   ├── __main__.py
│   │   ├── mainwindow.py
│   │   ├── manager.py
│   │   ├── __pycache__
│   │   │   ├── ansi_code_processor.cpython-37.pyc
│   │   │   ├── base_frontend_mixin.cpython-37.pyc
│   │   │   ├── bracket_matcher.cpython-37.pyc
│   │   │   ├── call_tip_widget.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── comms.cpython-37.pyc
│   │   │   ├── completion_html.cpython-37.pyc
│   │   │   ├── completion_plain.cpython-37.pyc
│   │   │   ├── completion_widget.cpython-37.pyc
│   │   │   ├── console_widget.cpython-37.pyc
│   │   │   ├── frontend_widget.cpython-37.pyc
│   │   │   ├── history_console_widget.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── inprocess.cpython-37.pyc
│   │   │   ├── ipython_widget.cpython-37.pyc
│   │   │   ├── jupyter_widget.cpython-37.pyc
│   │   │   ├── kernel_mixins.cpython-37.pyc
│   │   │   ├── kill_ring.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── mainwindow.cpython-37.pyc
│   │   │   ├── manager.cpython-37.pyc
│   │   │   ├── pygments_highlighter.cpython-37.pyc
│   │   │   ├── qstringhelpers.cpython-37.pyc
│   │   │   ├── qtconsoleapp.cpython-37.pyc
│   │   │   ├── qt.cpython-37.pyc
│   │   │   ├── qt_loaders.cpython-37.pyc
│   │   │   ├── rich_ipython_widget.cpython-37.pyc
│   │   │   ├── rich_jupyter_widget.cpython-37.pyc
│   │   │   ├── rich_text.cpython-37.pyc
│   │   │   ├── styles.cpython-37.pyc
│   │   │   ├── svg.cpython-37.pyc
│   │   │   ├── usage.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── pygments_highlighter.py
│   │   ├── qstringhelpers.py
│   │   ├── qtconsoleapp.py
│   │   ├── qt_loaders.py
│   │   ├── qt.py
│   │   ├── resources
│   │   │   └── icon
│   │   │   └── JupyterConsole.svg
│   │   ├── rich_ipython_widget.py
│   │   ├── rich_jupyter_widget.py
│   │   ├── rich_text.py
│   │   ├── styles.py
│   │   ├── svg.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_00_console_widget.cpython-37.pyc
│   │   │   │   ├── test_ansi_code_processor.cpython-37.pyc
│   │   │   │   ├── test_app.cpython-37.pyc
│   │   │   │   ├── test_comms.cpython-37.pyc
│   │   │   │   ├── test_completion_widget.cpython-37.pyc
│   │   │   │   ├── test_frontend_widget.cpython-37.pyc
│   │   │   │   ├── test_jupyter_widget.cpython-37.pyc
│   │   │   │   ├── test_kill_ring.cpython-37.pyc
│   │   │   │   └── test_styles.cpython-37.pyc
│   │   │   ├── test_00_console_widget.py
│   │   │   ├── test_ansi_code_processor.py
│   │   │   ├── test_app.py
│   │   │   ├── test_comms.py
│   │   │   ├── test_completion_widget.py
│   │   │   ├── test_frontend_widget.py
│   │   │   ├── test_jupyter_widget.py
│   │   │   ├── test_kill_ring.py
│   │   │   └── test_styles.py
│   │   ├── usage.py
│   │   ├── util.py
│   │   └── _version.py
│   └── qtconsole-4.5.5.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 98 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment