Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit d38864e

Browse files
committed
change jupyter remote repo to new
1 parent b7af786 commit d38864e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,16 @@
3232
(defconst jupyter-packages
3333
'(
3434
company
35-
(jupyter :location (recipe :fetcher file :path "~/.spacemacs.d/emacs-jupyter"))
35+
;; (jupyter :location (recipe :fetcher file :path "~/.spacemacs.d/emacs-jupyter"))
36+
;; upate may 27, 2023
37+
(jupyter :Location (recipe :fetcher github :repo "emacs-jupyter/jupyter"))
3638
;; (jupyter :location local)
3739
;; jupyter
3840
smartparens
3941
websocket
4042
zmq
4143
))
44+
4245
(defun jupyter/init-jupyter ()
4346
(if (executable-find "jupyter")
4447
(use-package jupyter

0 commit comments

Comments
 (0)