You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've removed the ipykernel dependency since it was unnecessary for the project. The change was made in pyproject.toml, and the environment was updated using uv pip sync.
Changes Made
Removed ipykernel from pyproject.toml.
Ran uv pip sync pyproject.toml to update the environment.
Verified the removal with:
uv pip freeze | grep ipykernel
(Confirmed that ipykernel was no longer installed.)
Ran the tests to confirm everything works as expected:
just test
just test-i
(Both tests passed successfully.)
Does everything I did look correct? Is there anything else I should test or verify?
Let me know if you need any adjustments!
Maybe it's not needed? It probably isn't... but having it makes it easier to work with vscode...
The text was updated successfully, but these errors were encountered: