about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 00:48:20 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 13:20:53 +0100
commitea3e3d0d4be7da7283c812f8e5ed65cf648e9947 (patch)
tree3b9dcaadb442ace9468f138c321fcd15c5b05159 /pkgs/top-level/python-aliases.nix
parentfdc2e9f4ce2eb72432e19d7784c072a15f6d65ef (diff)
python3Packages.jupyter-server: Rename from jupyter_server
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 d69cabc379eab..ed7a8427484a6 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -108,6 +108,7 @@ mapAliases ({
   jinja2_time = jinja2-time; # added 2022-11-07
   jupyter_client = jupyter-client; # added 2021-10-15
   jupyter_core = jupyter-core; # added 2023-01-05
+  jupyter_server = jupyter-server; # added 2023-01-05
   Keras = keras; # added 2021-11-25
   ldap = python-ldap; # added 2022-09-16
   lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04