Don't install jupyterlab by default
This commit is contained in:
parent
6726d08b2e
commit
8fc1c5d146
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue