Last active
May 4, 2025 00:37
-
-
Save jbwhit/eecdd1cac2756df85ad165f437445b0b to your computer and use it in GitHub Desktop.
Steps to use `ruff` in JupyterLab with the `jupyterlab_code_formatter` plugin.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I configured
virtual env
using conda. For some reason,ruff
configuration didn't register. I had to shutdown Jupyter and virtual env. Technically not a "true" error just operational hiccup. 👍