unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Pradana Adrinusa AUMARS via Guix-patches via <guix-patches@gnu.org>
To: 50673@debbugs.gnu.org
Subject: [bug#50673] Add python-matplotlib-inline
Date: Sun, 19 Sep 2021 15:09:54 +0200	[thread overview]
Message-ID: <515a5ea3e8f091955c4745e0d1950540ada92409.camel@courrier.dev> (raw)

From fe210d397eef4f44cc269d7bbadaaae398f1127f Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars@courrier.dev>
Date: Sun, 19 Sep 2021 15:06:01 +0200
Subject: [PATCH] gnu: Add python-matplotlib-inline

* gnu/packages/python-xyz.scm (python-matplotlib-inline): New variable.
---
 gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 66857b31b0..8af1d875e9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26580,3 +26580,27 @@ files and directories and adds a datestamp in standard ISO 8601+ format
 YYYY-MM-DD at the beginning of the file or directory name.")
       (home-page "https://github.com/novoid/date2name")
       (license license:gpl3+))))
+
+(define-public python-matplotlib-inline
+  (package
+    (name "python-matplotlib-inline")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "matplotlib-inline" version))
+       (sha256
+        (base32
+         "1vilzwj3xp00mxprmmn1hlafm3p23vn56s46kx3ra4qd5signjx0"))))
+    (build-system python-build-system)
+    (inputs
+     `(("python-traitlets" ,python-traitlets)))
+    (native-inputs
+     `(("python-matplotlib" ,python-matplotlib)
+       ("python-ipython" ,python-ipython)))
+    (home-page "https://github.com/ipython/matplotlib-inline")
+    (synopsis "Inline Matplotlib backend for Jupyter")
+    (description
+     "This package is included in IPython and can be used in a
+Jupyter Notebook.")
+    (license license:bsd-3)))
-- 
2.33.0






             reply	other threads:[~2021-09-19 13:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-19 13:09 Pradana Adrinusa AUMARS via Guix-patches via [this message]
2021-09-25 11:12 ` [bug#50673] Add python-matplotlib-inline Guillaume Le Vaillant
2022-01-31 14:47   ` bug#50673: " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=515a5ea3e8f091955c4745e0d1950540ada92409.camel@courrier.dev \
    --to=guix-patches@gnu.org \
    --cc=50673@debbugs.gnu.org \
    --cc=paumars@courrier.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).