summaryrefslogtreecommitdiffstats
path: root/snippets/org-mode/jupyter-python-file.yasnippet
blob: 9ab131f29ac3e7fd374699de85e787ee3754fb92 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: jupyter-python with :file block
# key: <jpf
# --
#+BEGIN_SRC jupyter-python ${1::file ${2:$$(let ((temporary-file-directory "./")) (make-temp-file "plot-" nil ".png"))} }
$0
#+END_SRC