pkgs/vpython-jupyter: init with dependencies
This commit is contained in:
parent
e2f89e5e16
commit
903800fb0b
8 changed files with 9298 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue