I created an isort extension https://github.com/benjaminabel/jupyter-isort, that I use daily. Currently it only sort imports in the current cell, but it could move all import in first code cell, and sort it. I based the implementation on kenkoooo/jupyter-autopep8 it's my first extension, so any advice is welcome. Should I propose a PR?
I created an isort extension https://github.com/benjaminabel/jupyter-isort, that I use daily. Currently it only sort imports in the current cell, but it could move all import in first code cell, and sort it. I based the implementation on kenkoooo/jupyter-autopep8 it's my first extension, so any advice is welcome. Should I propose a PR?