ryantam626 / jupyterlab_code_formatter

A JupyterLab plugin to facilitate invocation of code formatters.
MIT License
822 stars 52 forks source link

Default formatter not found #336

Open noushinquazi opened 1 month ago

noushinquazi commented 1 month ago

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 cell I get the error "Jupyterlab Code Formatter Error Unable to find default formatters to use, please file an issue on GitHub." When invoke the command palette and select "Apply Isort Formatter", for example, I get a different error message "Jupyterlab Code Formatter Error 'NoneType' object has no attribute 'startswith'".