diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-20 22:35:38 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-21 07:56:24 +0000 |
| commit | f30998eeeb354eb4fd919eebd2b8942c9aa9e546 (patch) | |
| tree | 03c91639120e64a4b3104fe764dc431b1edaa73f /gnu | |
| parent | 15fae14a751e854bd62bb7e98f05575fb17d435b (diff) | |
gnu: Remove python-ipympl.
* gnu/packages/jupyter.scm (python-ipympl): Delete variable.
Fixes: guix/guix#5366
Change-Id: Ifeb0c906565224d5ca656e027190dbd045f2eb0f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/jupyter.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 185e5c6088f..63b81659666 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -1657,34 +1657,6 @@ queries to an SPARQL endpoint, fetching and presenting the results in a notebook.") (license license:bsd-3))) -(define-public python-ipympl - (package - (name "python-ipympl") - (version "0.9.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "ipympl" version)) - (sha256 - (base32 "12qgiy08klqb5gipm23yzh09p5g2k8ihcq2bprprdya84acw2rf8")))) - (build-system python-build-system) - (propagated-inputs - (list python-ipython - python-ipython-genutils - python-ipywidgets - python-matplotlib - python-numpy - python-pillow - python-traitlets)) - (native-inputs - (list python-hatchling python-jupyter-packaging)) - (home-page "https://matplotlib.org/ipympl/") - (synopsis "Matplotlib Jupyter Extension") - (description "Leveraging the Jupyter interactive widgets framework, ipympl -enables the interactive features of matplotlib in the Jupyter notebook and in -JupyterLab.") - (license license:bsd-3))) - (define-public python-ipydatawidgets (package (name "python-ipydatawidgets") |
