Infini-DL360/jupyter: add vpython kernel
This commit is contained in:
parent
903800fb0b
commit
669c698f4d
1 changed files with 11 additions and 0 deletions
|
@ -38,6 +38,7 @@ in
|
||||||
jupyterlab-myst
|
jupyterlab-myst
|
||||||
jupyterlab-pygments
|
jupyterlab-pygments
|
||||||
jupyterlab-vim
|
jupyterlab-vim
|
||||||
|
jupyterlab-vpython
|
||||||
|
|
||||||
# export
|
# export
|
||||||
nbconvert
|
nbconvert
|
||||||
|
@ -66,6 +67,16 @@ in
|
||||||
pandas
|
pandas
|
||||||
scipy
|
scipy
|
||||||
]));
|
]));
|
||||||
|
vpython = mkPythonKernel "VPython" (pkgs.python3.withPackages (p: with p; [
|
||||||
|
ipykernel
|
||||||
|
jupyterlab-vpython
|
||||||
|
|
||||||
|
vpython-jupyter
|
||||||
|
matplotlib
|
||||||
|
numpy
|
||||||
|
pandas
|
||||||
|
scipy
|
||||||
|
]));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue