diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:40 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:38:05 -0400 |
commit | 4c726e06981da1391bd819d905f5a79670a5ffbb (patch) | |
tree | 5418154e89a09fc2507d936ca695ef11dca532f2 | |
parent | 5f3411e4012658f0894e253aed3b198412d77bfd (diff) | |
download | guix-4c726e06981da1391bd819d905f5a79670a5ffbb.tar.gz |
gnu: python2-ipywidgets: Remove package.
* gnu/packages/python-xyz.scm (python2-ipywidgets): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1b6ad247e1..1b6453c827 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10444,9 +10444,6 @@ widgets are used. Users gain control of their data and can visualize changes in the data.") (license license:bsd-3))) -(define-public python2-ipywidgets - (package-with-python2 python-ipywidgets)) - (define-public python-jupyter-console (package (name "python-jupyter-console") |