Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A JupyterLab plugin to facilitate invocation of code formatters.

License

NotificationsYou must be signed in to change notification settings

jupyterlab-contrib/jupyterlab_code_formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension statusGitHub Action StatusBinderpypi-version

A JupyterLab plugin to facilitate invocation of code formatters.


Documentation:Hosted on ReadTheDocs


Demo


Quick Start

I recommend you going to thedocumentation site, but this should work too.

  1. Install the package
pip install jupyterlab-code-formatter
  1. 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
  1. Restart JupyterLab

This plugin includes a server plugin, restart JupyterLab if you have followed the above steps while it's running.

  1. Configure plugin

To configure which/how formatters are invoked, seeconfiguration.


Getting help

If you don't use Discord then feel free to open aGitHub issue, do note I am a bit slower in responding in GitHub.


Your Support

I could really use your support in giving me a star on GitHub, recommending features or fixing bugs.


Contributors

This extension was originally developed and maintained by@ryantam626.Massive thanks to the below list of people who made past contributions to the project!

License

This project is licensed under the terms of theMIT LICENSE .


[8]ページ先頭

©2009-2025 Movatter.jp