A JupyterLab plugin to facilitate invocation of code formatters.
A JupyterLab plugin to facilitate invocation of code formatters.
PSA: I can only dedicate a few hours per week for this plugin, bear with me if your request/issue is taking a while to be fixed.
Documentation: Hosted on ReadTheDocs
I recommend you going to the documentation site, but this should work too.
pip install jupyterlab-code-formatter
# NOTE: Install black and isort,
# JL code formatter is configured to invoke isort and black by default
pip install black isort
This plugin includes a server plugin, restart JupyterLab if you have followed the above steps while it's running.
To configure which/how formatters are invoked, see configuration.
I could really use your support in giving me a star on GitHub, recommending features, fixing bugs or maybe even providing monetary support!
Massive thanks to the below list of people who made past contributions to the project!
This project is licensed under the terms of the MIT LICENSE .