{"id":13421738,"url":"https://github.com/jupyterlab-contrib/jupyterlab_code_formatter","last_synced_at":"2025-05-14T22:09:00.303Z","repository":{"id":37736171,"uuid":"144499900","full_name":"jupyterlab-contrib/jupyterlab_code_formatter","owner":"jupyterlab-contrib","description":"A JupyterLab plugin to facilitate invocation of code formatters.","archived":false,"fork":false,"pushed_at":"2024-09-03T06:25:34.000Z","size":15969,"stargazers_count":877,"open_issues_count":47,"forks_count":60,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-27T12:37:45.777Z","etag":null,"topics":["autopep8","black","code-formatter","jupyterlab-extension","jupyterlab-extensions","python","r","yapf"],"latest_commit_sha":null,"homepage":"https://jupyterlab-code-formatter.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jupyterlab-contrib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://www.buymeacoffee.com/ryantam626"]}},"created_at":"2018-08-12T20:50:17.000Z","updated_at":"2025-04-13T01:12:59.000Z","dependencies_parsed_at":"2024-01-03T07:09:10.053Z","dependency_job_id":"ed6a92f0-a532-443c-8fec-ad47b0747d05","html_url":"https://github.com/jupyterlab-contrib/jupyterlab_code_formatter","commit_stats":{"total_commits":400,"total_committers":39,"mean_commits":"10.256410256410257","dds":0.4275,"last_synced_commit":"4262f587158650d332b93534c614f94ff7ec097b"},"previous_names":["jupyterlab-contrib/jupyterlab_code_formatter"],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterlab-contrib%2Fjupyterlab_code_formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterlab-contrib%2Fjupyterlab_code_formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterlab-contrib%2Fjupyterlab_code_formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterlab-contrib%2Fjupyterlab_code_formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jupyterlab-contrib","download_url":"https://codeload.github.com/jupyterlab-contrib/jupyterlab_code_formatter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235700,"owners_count":22036964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autopep8","black","code-formatter","jupyterlab-extension","jupyterlab-extensions","python","r","yapf"],"created_at":"2024-07-30T23:00:29.273Z","updated_at":"2025-05-14T22:08:55.250Z","avatar_url":"https://github.com/jupyterlab-contrib.png","language":"Python","funding_links":["https://www.buymeacoffee.com/ryantam626"],"categories":["Uncategorized","JupyterLab Extensions"],"sub_categories":["Uncategorized"],"readme":"![](docs/logo.png)\n\n[![Extension status](https://img.shields.io/badge/status-ready-success 'ready to be used')](https://jupyterlab-contrib.github.io/)\n[![GitHub Action Status](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/actions/workflows/build.yml/badge.svg)](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/actions/workflows/build.yml)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab_code_formatter/master?urlpath=lab)\n[![pypi-version](https://img.shields.io/pypi/v/jupyterlab-code-formatter.svg)](https://python.org/pypi/jupyterlab-code-formatter)\n\n_A JupyterLab plugin to facilitate invocation of code formatters._\n\n---\n\nDocumentation: [Hosted on ReadTheDocs](https://jupyterlab-code-formatter.readthedocs.io/)\n\n---\n\n## Demo\n\n![](docs/_static/format-all.gif)\n\n---\n\n## Quick Start\n\nI recommend you going to the [documentation site](https://jupyterlab-code-formatter.readthedocs.io/#quick-start), but this should work too.\n\n1. **Install the package**\n\n```bash\npip install jupyterlab-code-formatter\n```\n\n2. **Install some supported formatters** (isort+black are default for Python)\n\n```bash\n# NOTE: Install black and isort,\n#       JL code formatter is configured to invoke isort and black by default\npip install black isort\n```\n\n3. **Restart JupyterLab**\n\nThis plugin includes a server plugin, restart JupyterLab if you have followed the above steps while it's running.\n\n4. **Configure plugin**\n\nTo configure which/how formatters are invoked, see [configuration](https://jupyterlab-code-formatter.readthedocs.io/configuration.html).\n\n---\n\n## Getting help\n\nIf you don't use Discord then feel free to open a [GitHub issue](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/issues), do note I am a bit slower in responding in GitHub.\n\n---\n\n## Your Support\n\nI could really use your support in giving me a star on GitHub, recommending features or fixing bugs.\n\n- [Recommending features via GitHub Issues](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/issues)\n- [Submitting your PR on GitHub](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pulls)\n\n---\n\n## Contributors\n\nThis extension was originally developed and maintained by [@ryantam626](https://github.com/ryantam626).\nMassive thanks to the below list of people who made past contributions to the project!\n\n\u003ca href=\"https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=jupyterlab-contrib/jupyterlab_code_formatter\" /\u003e\n\u003c/a\u003e\n\n## License\n\nThis project is licensed under the terms of the [MIT LICENSE](LICENSE) .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyterlab-contrib%2Fjupyterlab_code_formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupyterlab-contrib%2Fjupyterlab_code_formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyterlab-contrib%2Fjupyterlab_code_formatter/lists"}