all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 49633@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#49633] [PATCH v2 3/3] gnu: Add emacs-jupyter.
Date: Mon, 19 Jul 2021 15:33:16 +0000	[thread overview]
Message-ID: <20210719153316.249754-3-monego@posteo.net> (raw)
In-Reply-To: <20210719153316.249754-1-monego@posteo.net>

* gnu/packages/emacs-xyz.scm (emacs-jupyter): New variable.
---
No changes.

 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d3870ffa52..da27b5131c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16026,6 +16026,34 @@ Features:
 the pipeline, featuring the support for running @code{emacsclient}.")
     (license license:gpl3+)))
 
+(define-public emacs-jupyter
+  (package
+    (name "emacs-jupyter")
+    (version "0.8.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/nnicandro/emacs-jupyter")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1sr007wsl2y6wqpzkmv3inbpwhvgdcb2nmqzgfg7w1awapi2r13p"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-company" ,emacs-company) ;optional
+       ("emacs-markdown-mode" ,emacs-markdown-mode) ;optional
+       ("emacs-simple-httpd" ,emacs-simple-httpd)
+       ("emacs-websocket" ,emacs-websocket)
+       ("emacs-zmq" ,emacs-zmq)))
+    (home-page "https://github.com/nnicandro/emacs-jupyter")
+    (synopsis "Emacs interface to communicate with Jupyter kernels")
+    (description "This package provides an Emacs interface to communicate with
+Jupyter kernels.  It provides REPL and @code{org-mode} source code block
+frontends to Jupyter kernels and kernel interactions integrated with Emacs'
+built-in features.")
+    (license license:gpl3+)))
+
 (define-public emacs-hcl-mode
   (package
     (name "emacs-hcl-mode")
-- 
2.30.2





  parent reply	other threads:[~2021-07-19 15:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-19  3:50 [bug#49633] [PATCH 0/3] gnu: Add emacs-jupyter Vinicius Monego
2021-07-19  3:51 ` [bug#49633] [PATCH 1/3] gnu: zeromq: Enable DRAFTs Vinicius Monego
2021-07-19  3:51   ` [bug#49633] [PATCH 2/3] gnu: Add emacs-zmq Vinicius Monego
2021-07-19  3:51   ` [bug#49633] [PATCH 3/3] gnu: Add emacs-jupyter Vinicius Monego
2021-07-19 15:33 ` [bug#49633] [PATCH v2 1/3] gnu: zeromq: Enable DRAFTs Vinicius Monego
2021-07-19 15:33   ` [bug#49633] [PATCH v2 2/3] gnu: Add emacs-zmq Vinicius Monego
2021-07-19 15:33   ` Vinicius Monego [this message]
2021-07-19 17:03 ` bug#49633: [PATCH 0/3] gnu: Add emacs-jupyter Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=20210719153316.249754-3-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=49633@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.