Merge pull request #276985 from trofi/coq-kernel.launcher-no-aliases
coq-kernel.launcher: use `jupyter-core`, not the `jupyter_core` alias
This commit is contained in:
commit
8ad983b396
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
# nix run --impure --expr 'with import <nixpkgs> {}; jupyter.override { definitions.coq = coq-kernel.definition; }'
|
||||
|
||||
let
|
||||
python = python3.withPackages (ps: [ ps.traitlets ps.jupyter_core ps.ipykernel (callPackage ./kernel.nix {}) ]);
|
||||
python = python3.withPackages (ps: [ ps.traitlets ps.jupyter-core ps.ipykernel (callPackage ./kernel.nix {}) ]);
|
||||
|
||||
logos = runCommand "coq-logos" { buildInputs = [ imagemagick ]; } ''
|
||||
mkdir -p $out
|
||||
|
|
Loading…
Reference in a new issue