Don't install jupyterlab by default

This commit is contained in:
Evie Litherland-Smith 2024-04-23 17:28:52 +01:00
parent 6726d08b2e
commit 8fc1c5d146

View file

@ -25,10 +25,7 @@
# Python
(python3.withPackages
(ps:
with ps;
[python-lsp-server mypy isort]
++ (ps.callPackage ./jupyter/default.nix {})))
(ps: with ps; [python-lsp-server mypy isort ipython]))
ruff
# JavaScript / TypeScript