Metadata-Version: 2.1
Name: nb-move-imports
Version: 0.2.0
Summary: Move import statements in jupyter notebook to the first cell
Author: An Hoang
Author-email: anhoang31415@gmail.com
Requires-Python: >=3.8.9,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: isort (>=5.10.1,<6.0.0)
Requires-Dist: nbformat (>=5.4.0,<6.0.0)
Description-Content-Type: text/markdown

# nb_move_imports

------------------------------

Move import statements in jupyter notebook to the first cell

