jupyterlab_code_formatter
jupyterlab_code_formatter copied to clipboard
A JupyterLab plugin to facilitate invocation of code formatters.
**Checklist prior to opening an issue** - [x] I have followed fully the installation steps laid out in the documentation site. - [x] I have restarted jupyterlab. - [x] I...
I'm trying to run Jupyterlab_code_formatter in a regular python file in Jupyter Lab. It is not formatted on save. I Can add a shortcut to manually run it: ``` {...
**Checklist prior to opening an issue** - [x] I have followed fully the installation steps laid out in the documentation site. - [x] I have restarted jupyterlab. - [x] I...
I followed the conda installation instructions and went ahead and also installed the suggested formatters (black, isort, autopep8, etc) but after rebuilding jupyter lab and attempting to format an example...
## Environment - **JupyterLab version**: 4.1.5 - **SageMaker Image version**: SageMaker Distribution 1.4 - **jupyterlab-code-formatter version**: 2.2.1 - **Execution environment**: AWS SageMaker Studio JupyterLab ## Issue Description When attempting to...
I pip install isort and black, they're the default, yet it still cannot find formatters... env: % lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3...
https://github.com/ryantam626/jupyterlab_code_formatter/blob/master/jupyterlab_code_formatter/formatters.py#L13 has a side effect of modifying the environment to include `R_LD_LIBRARY_PATH` and `R_JAVA_LD_LIBRARY_PATH `. Since this is in the parent process, it means all kernels also have this set...
## Description I receive the error mentioned in part of #336 wherein when the user runs "Edit > Apply Black Formatter", an error dialogue pops up:  alt: "Jupyterlab Code...
First of all, thanks a ton for fixing support for Ruff since v3.0.0! 🎉 ## Bug description It seems that `jupyterlab-code-formatter` with `ruff` deletes all content in cells that contain...
Hi! 👋 ## Is your feature request related to a problem? Please describe. As a follow-up to a [PR recently opened in the JupyterLab repo](https://github.com/jupyterlab/jupyterlab/pull/16678), I would like to propose...