Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 29, 2020 23:27
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/3fabd0ec2190c9d94ca3ee0f538b481e to your computer and use it in GitHub Desktop.
Save r-ryantm/3fabd0ec2190c9d94ca3ee0f538b481e to your computer and use it in GitHub Desktop.
/nix/store/r1bsp60133m87srywr655q6968qhh18y-python3.7-jupyter_console-6.2.0
├── bin
│   └── jupyter-console
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jupyter_console
│   │   ├── app.py
│   │   ├── completer.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── ptshell.py
│   │   ├── __pycache__
│   │   │   ├── app.cpython-37.pyc
│   │   │   ├── completer.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── ptshell.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   └── zmqhistory.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_console.cpython-37.pyc
│   │   │   │   ├── test_image_handler.cpython-37.pyc
│   │   │   │   └── writetofile.cpython-37.pyc
│   │   │   ├── test_console.py
│   │   │   ├── test_image_handler.py
│   │   │   └── writetofile.py
│   │   ├── _version.py
│   │   └── zmqhistory.py
│   └── jupyter_console-6.2.0.dist-info
│   ├── COPYING.md
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment