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 # Python
(python3.withPackages (python3.withPackages
(ps: (ps: with ps; [python-lsp-server mypy isort ipython]))
with ps;
[python-lsp-server mypy isort]
++ (ps.callPackage ./jupyter/default.nix {})))
ruff ruff
# JavaScript / TypeScript # JavaScript / TypeScript