Skip to content

Commit 2781b78

Browse files
author
Henrik Lissner
authored
Merge pull request #28 from sei40kr/jupyter-snippets
Add Jupyter snippet to org-mode
2 parents 22c96ef + f00cee9 commit 2781b78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

org-mode/jupyter

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# -*- mode: snippet -*-
2+
# contributor: Seong Yong-ju
3+
# name: #+BEGIN_SRC jupyter-...
4+
# uuid: jupyter
5+
# key: jupyter
6+
# --
7+
#+BEGIN_SRC jupyter-${1:$$(yas-choose-value '("python" "julia" "R"))}${2: :session $3}${4: :async yes}
8+
`%`$0
9+
#+END_SRC

0 commit comments

Comments
 (0)