gitextract_a61g6ghf/ ├── .gitignore ├── .readthedocs.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── HISTORY.md ├── LICENSE ├── README.md ├── docs/ │ ├── Makefile │ ├── _templates/ │ │ ├── hacks.html │ │ ├── sidebarintro.html │ │ └── sidebarlogo.html │ ├── _themes/ │ │ ├── .gitignore │ │ ├── LICENSE │ │ └── flask_theme_support.py │ ├── conf.py │ ├── index.rst │ └── make.bat ├── nbcommands/ │ ├── __init__.py │ ├── __version__.py │ ├── _black.py │ ├── _cat.py │ ├── _grep.py │ ├── _head.py │ ├── _less.py │ ├── _tail.py │ ├── _touch.py │ └── terminal.py ├── setup.py └── tests/ ├── test.ipynb └── test_nbcommands.py