summaryrefslogtreecommitdiffstats
path: root/snippets/org-mode/jupyter-python.yasnippet
blob: 5c80c1ae6130de85f1f53ce9f9e8df4ab3397c3e (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: jupyter-python block
# key: <jpy
# --
#+BEGIN_SRC jupyter-python
$0
#+END_SRC