Skip to content

Commit 3c05232

Browse files
committed
Add Cask file
1 parent 5a7c083 commit 3c05232

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.ert-runner

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-L .

Cask

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(source gnu)
2+
(source melpa)
3+
4+
(package-file "jupyter.el")
5+
6+
(files "*.el" "js" "jupyter.png" "widget.html")
7+
8+
(development
9+
(depends-on "ert-runner")
10+
(depends-on "julia-mode"))

jupyter.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 11 Jan 2018
77
;; Version: 0.0.1
8-
;; X-URL: https://github.com/dzop/jupyter
8+
;; Package-Requires: ((emacs "26") (zmq "0.9.0") (cl-lib "0.5") (simple-httpd "1.5.0") (websocket "1.9"))
9+
;; URL: https://github.com/dzop/emacs-jupyter
910

1011
;; This program is free software; you can redistribute it and/or
1112
;; modify it under the terms of the GNU General Public License as
@@ -24,7 +25,7 @@
2425

2526
;;; Commentary:
2627

27-
;;
28+
;; An interface for communicating with Jupyter kernels.
2829

2930
;;; Code:
3031

0 commit comments

Comments
 (0)