We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bc16e commit a5fac2bCopy full SHA for a5fac2b
org-mode/ipython
@@ -0,0 +1,7 @@
1
+# -*- mode: snippet -*-
2
+# name: ipython
3
+# key: ipy_
4
+# --
5
+#+BEGIN_SRC ipython :session ${1:session01} :file ${2:$$(concat (make-temp-name "./ipython-") ".png")} :exports ${3:both}
6
+$0
7
+#+END_SRC
org-mode/python
+# name: python
+# key: py_
+#+BEGIN_SRC python
0 commit comments