Skip to content

Commit

Permalink
python3{11,12}Packages.jupyter-contrib-nbextensions: drop (#343797)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 23, 2024
2 parents 380bf92 + 627e241 commit cf61311
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ mapAliases ({
jsonschema_3 = throw "jsonschema 3 is neither the latest version nor needed inside nixpkgs anymore"; # added 2023-06-28
jupyter_client = jupyter-client; # added 2021-10-15
jupyter_console = jupyter-console; # added 2023-07-31
jupyter-contrib-nbextensions = throw "jupyter-contrib-nbextensions has been removed, as it does not work with Jupyter Notebook 7"; # added 2024-09-22
jupyter_core = jupyter-core; # added 2023-01-05
jupyter_server = jupyter-server; # added 2023-01-05
jupyter-server-ydoc = jupyter-collaboration; # added 2023-07-18
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6546,8 +6546,6 @@ self: super: with self; {

jupyter-contrib-core = callPackage ../development/python-modules/jupyter-contrib-core { };

jupyter-contrib-nbextensions = callPackage ../development/python-modules/jupyter-contrib-nbextensions { };

jupyter-console = callPackage ../development/python-modules/jupyter-console { };

jupyter-core = callPackage ../development/python-modules/jupyter-core { };
Expand Down

0 comments on commit cf61311

Please sign in to comment.