about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-07-31 22:43:30 +0900
committernatsukium <tomoya.otabi@gmail.com>2023-09-05 00:49:08 +0900
commiteb85576db1c7dcb9753f50eb03a947da08516dbc (patch)
treecaae5f3a9b704ad4e54f1f7537b95ffc02f8f556 /pkgs/top-level/python-aliases.nix
parent48992ab9b6173baa5a39f93d06c81f22c42920e8 (diff)
python310Packages.jupyter-console: rename from jupyter_console
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 89ad05c16de00..74a20905a574a 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -193,6 +193,7 @@ mapAliases ({
   JPype1 = jpype1; # added 2023-02-19
   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_core = jupyter-core; # added 2023-01-05
   jupyter_server = jupyter-server; # added 2023-01-05
   jupyter-server-ydoc = jupyter-collaboration; # added 2023-07-18