File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ -L .
Original file line number Diff line number Diff line change
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" ))
Original file line number Diff line number Diff line change 5
5
; ; Author: Nathaniel Nicandro <[email protected] >
6
6
; ; Created: 11 Jan 2018
7
7
; ; 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
9
10
10
11
; ; This program is free software; you can redistribute it and/or
11
12
; ; modify it under the terms of the GNU General Public License as
24
25
25
26
; ;; Commentary:
26
27
27
- ; ;
28
+ ; ; An interface for communicating with Jupyter kernels.
28
29
29
30
; ;; Code:
30
31
You can’t perform that action at this time.
0 commit comments