drillan / nb-code-formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nb-code-formatter

code formatter for ipynb files.

this tool uses Black for formatting code and isort for sorting imports.

Quick Start

Install the package

pip install nb-code-formatter

format code your ipynb file

overwrite existing notebook file

nbcodefmt your_notebook.ipynb

write to new notebook file

nbcodefmt your_notebook.ipynb new_notebook.ipynb

About

License:MIT License


Languages

Language:Python 67.1%Language:Jupyter Notebook 32.9%