Infini-DL360: add jupyterlab-vim and jupyterlab-myst
This commit is contained in:
parent
43b393399e
commit
f6c69611dd
2 changed files with 5 additions and 0 deletions
|
@ -12,8 +12,12 @@ let
|
||||||
|
|
||||||
jupyterEnv = pkgs.python3.withPackages (p: with p; [
|
jupyterEnv = pkgs.python3.withPackages (p: with p; [
|
||||||
jupyterlab
|
jupyterlab
|
||||||
|
|
||||||
|
# extensions
|
||||||
jupyterlab-lsp
|
jupyterlab-lsp
|
||||||
|
jupyterlab-myst
|
||||||
jupyterlab-pygments
|
jupyterlab-pygments
|
||||||
|
jupyterlab-vim
|
||||||
|
|
||||||
# export
|
# export
|
||||||
nbconvert
|
nbconvert
|
||||||
|
|
|
@ -46,6 +46,7 @@ in
|
||||||
python3 = prev.python3.override {
|
python3 = prev.python3.override {
|
||||||
packageOverrides = pythonFinal: pythonPrev: {
|
packageOverrides = pythonFinal: pythonPrev: {
|
||||||
inherit (latest.python3Packages) pymdown-extensions onnx;
|
inherit (latest.python3Packages) pymdown-extensions onnx;
|
||||||
|
inherit (final) jupyterlab-vim jupyterlab-myst;
|
||||||
|
|
||||||
qtile = pythonPrev.qtile.overrideAttrs (oldAttrs: {
|
qtile = pythonPrev.qtile.overrideAttrs (oldAttrs: {
|
||||||
version = "0.0.0+unstable-2024-06-25";
|
version = "0.0.0+unstable-2024-06-25";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue