jupyterlab_code_formatter icon indicating copy to clipboard operation
jupyterlab_code_formatter copied to clipboard

Default formatter not found

Open nquaz opened this issue 1 year ago • 0 comments

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'".

nquaz avatar May 21 '24 23:05 nquaz