summaryrefslogtreecommitdiffstats
path: root/snippets/org-mode/ipython_block.snippet
blob: 8d4d4dc57636bed3a8baf1ac05d77e7da4527d48 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: ipython block
# key: ipy
# --
#+BEGIN_SRC ipython :session ${1::file ${2:$$(let ((temporary-file-directory "./")) (make-temp-file "py" nil ".png"))} }:exports ${3:both}
$0
#+END_SRC