ryantam626 / jupyterlab_code_formatter

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

Support for JupyterLab 3.6/4+ and Notebook v7+ #300

Closed mcrutch closed 1 year ago

mcrutch commented 1 year ago

Closes #299 - Tested with Lab 3.6.0 (worked) Lab 4.0.0b0 (worked) Notebook v7a18 (worked) and forced a test with Lab 3.5.3 (didn't work)

mcrutch commented 1 year ago

Actually, realized I made the change to the editor lines (221/228) and haven't tested those, but need to go back and look for how those are triggered. Think we are good here to. Created a python file in Jupyter lab (as opposed to notebook) and that formatted correctly

ryantam626 commented 1 year ago

Hi sorry for the late reply, I haven't given this project much love.

I am in middle to a big refactor for the project (mostly due to the evolution of jupyterlab's plugin tooling), I will just merge this PR without releasing a new version for now.

I will of course attribute this addition to you when I complete the refactor which should include your changes.