Metadata-Version: 2.1
Name: nbterm
Version: 0.0.6
Summary: A tool for viewing, editing and executing Jupyter Notebooks in the terminal
Home-page: https://github.com/davidbrochart/nbterm.git
Author: David Brochart
Author-email: david.brochart@gmail.com
License: UNKNOWN
Description: [![Build Status](https://github.com/davidbrochart/nbterm/workflows/CI/badge.svg)](https://github.com/davidbrochart/nbterm/actions)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        # nbterm
        
        Lets you view, edit and execute Jupyter Notebooks in the terminal.
        
        ## Key bindings
        
        There are two modes: edit mode, and command mode.
        
        - `enter`: enter the edit mode, allowing to type into the cell.
        - `esc`: exit the edit mode and enter the command mode.
        
        In command mode:
        
        - `up`: select cell above.
        - `down`: select cell above.
        - `ctrl-up`: move cell up.
        - `ctrl-down`: move cell down.
        - `a`: insert cell above.
        - `b`: insert cell below.
        - `x`: cut the cell.
        - `c`: copy the cell.
        - `ctrl-v`: paste cell above.
        - `v`: paste cell below.
        - `o`: set as code cell.
        - `m`: set as Markdown cell.
        - `l`: clear cell outputs.
        - `ctrl-e`: run cell.
        - `ctrl-r`: run cell and select below.
        - `ctrl-s`: save.
        - `ctrl-q`: exit.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
