From 3c05232a90416d94f8e79466553f8c5f29714a62 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Wed, 14 Nov 2018 18:18:36 -0600 Subject: [PATCH] Add Cask file --- .ert-runner | 1 + Cask | 10 ++++++++++ jupyter.el | 5 +++-- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .ert-runner create mode 100644 Cask diff --git a/.ert-runner b/.ert-runner new file mode 100644 index 0000000..c07ab9f --- /dev/null +++ b/.ert-runner @@ -0,0 +1 @@ +-L . \ No newline at end of file diff --git a/Cask b/Cask new file mode 100644 index 0000000..3cf84ec --- /dev/null +++ b/Cask @@ -0,0 +1,10 @@ +(source gnu) +(source melpa) + +(package-file "jupyter.el") + +(files "*.el" "js" "jupyter.png" "widget.html") + +(development + (depends-on "ert-runner") + (depends-on "julia-mode")) diff --git a/jupyter.el b/jupyter.el index 72a32c2..66ea0de 100644 --- a/jupyter.el +++ b/jupyter.el @@ -5,7 +5,8 @@ ;; Author: Nathaniel Nicandro ;; Created: 11 Jan 2018 ;; Version: 0.0.1 -;; X-URL: https://github.com/dzop/jupyter +;; Package-Requires: ((emacs "26") (zmq "0.9.0") (cl-lib "0.5") (simple-httpd "1.5.0") (websocket "1.9")) +;; URL: https://github.com/dzop/emacs-jupyter ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -24,7 +25,7 @@ ;;; Commentary: -;; +;; An interface for communicating with Jupyter kernels. ;;; Code: