First commit.
This commit is contained in:
9
snippets/org-mode/jupyter
Normal file
9
snippets/org-mode/jupyter
Normal file
@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: seong yong-ju
|
||||
# name: #+begin_src jupyter-...
|
||||
# uuid: jupyter
|
||||
# key: jupyter
|
||||
# --
|
||||
#+begin_src jupyter-${1:$$(yas-choose-value '("python" "julia" "R"))}${2: :session $3}${4: :async yes}
|
||||
`%`$0
|
||||
#+end_src
|
Reference in New Issue
Block a user