- Notifications
You must be signed in to change notification settings - Fork64
A JupyterLab plugin to facilitate invocation of code formatters.
License
jupyterlab-contrib/jupyterlab_code_formatter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A JupyterLab plugin to facilitate invocation of code formatters.
Documentation:Hosted on ReadTheDocs
I recommend you going to thedocumentation site, but this should work too.
- Install the package
pip install jupyterlab-code-formatter
- Install some supported formatters (isort+black are default for Python)
# NOTE: Install black and isort,# JL code formatter is configured to invoke isort and black by defaultpip install black isort
- Restart JupyterLab
This plugin includes a server plugin, restart JupyterLab if you have followed the above steps while it's running.
- Configure plugin
To configure which/how formatters are invoked, seeconfiguration.
If you don't use Discord then feel free to open aGitHub issue, do note I am a bit slower in responding in GitHub.
I could really use your support in giving me a star on GitHub, recommending features or fixing bugs.
This extension was originally developed and maintained by@ryantam626.Massive thanks to the below list of people who made past contributions to the project!
This project is licensed under the terms of theMIT LICENSE .
About
A JupyterLab plugin to facilitate invocation of code formatters.
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.

