pkgs/vpython-jupyter: init with dependencies

This commit is contained in:
Infinidoge 2025-01-19 13:56:07 -05:00
parent e2f89e5e16
commit 903800fb0b
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
8 changed files with 9298 additions and 2 deletions

View file

@ -59,7 +59,13 @@ in
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
(pythonFinal: pythonPrev: {
inherit (final) jupyterlab-vim jupyterlab-myst;
inherit (final)
jupyterlab-vim
jupyterlab-myst
jupyterlab-vpython
vpython-jupyter
;
qtile-extras = pythonPrev.qtile-extras.overridePythonAttrs {
doCheck = false;
};