holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Add clean notebook command #91

Closed hoxbro closed 9 months ago

hoxbro commented 2 years ago

It would be great to have the jq command for cleaning notebooks rewritten in python and callable from the command line with something like this: pyctdev clean_notebook notebook.ipynb.

This will make it easier for people to clean the notebook before submitting them and possibly be integrated with CI.

(I don't know if this is the right repository or it should be moved somewhere else)