jupyterlab-contrib / jupyterlab_code_formatter

A JupyterLab plugin to facilitate invocation of code formatters.
https://jupyterlab-code-formatter.readthedocs.io/
MIT License
854 stars 55 forks source link

Jupyterlab Code Formatter Error: Unable to find default formatters to use, please file an issue on GitHub. #315

Closed MR-ENVYR closed 1 year ago

MR-ENVYR commented 1 year ago

I have black and isort and other formatters installed. The extension was working fine before but I reinstalled it to the base environment and it is giving the error mentioned in the title of this issue. I tried the following things.

The following image shows the error. image

Conda export gives: conda env export name: base channels:

ryantam626 commented 1 year ago

jupyterlab 3.5 is no longer supported going forward. https://github.com/ryantam626/jupyterlab_code_formatter/blob/0dd110dbb2b4420672846c8fb1ad786bd021d425/CHANGELOG.md?plain=1#L15-L20

Upgrade your jupyterlab or downgrade the plugin version to whatever you were using before.

ryantam626 commented 1 year ago

Re-open this if it's still an issue, closing due to inactivity