mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Add Cask file
This commit is contained in:
parent
5a7c083169
commit
3c05232a90
3 changed files with 14 additions and 2 deletions
1
.ert-runner
Normal file
1
.ert-runner
Normal file
|
@ -0,0 +1 @@
|
||||||
|
-L .
|
10
Cask
Normal file
10
Cask
Normal file
|
@ -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"))
|
|
@ -5,7 +5,8 @@
|
||||||
;; Author: Nathaniel Nicandro <nathanielnicandro@gmail.com>
|
;; Author: Nathaniel Nicandro <nathanielnicandro@gmail.com>
|
||||||
;; Created: 11 Jan 2018
|
;; Created: 11 Jan 2018
|
||||||
;; Version: 0.0.1
|
;; 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
|
;; This program is free software; you can redistribute it and/or
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; modify it under the terms of the GNU General Public License as
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;;
|
;; An interface for communicating with Jupyter kernels.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue