This commit is contained in:
Vinzenz Schroeter 2025-08-26 17:11:39 +02:00
parent bf271935ae
commit afb5f6242b
2 changed files with 555 additions and 155 deletions

View file

@ -37,6 +37,11 @@
pandas
pip
notebook
jupyterlab-lsp
jupyterlab-git
python-lsp-server
python-lsp-ruff
python-lsp-ruff
];
pythonEnv = pkgs.python3.withPackages pythonPackages;
in

File diff suppressed because one or more lines are too long