summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jupynotex/jupynotex.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/jupynotex/jupynotex.sty')
-rw-r--r--macros/latex/contrib/jupynotex/jupynotex.sty7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/latex/contrib/jupynotex/jupynotex.sty b/macros/latex/contrib/jupynotex/jupynotex.sty
new file mode 100644
index 0000000000..205343d097
--- /dev/null
+++ b/macros/latex/contrib/jupynotex/jupynotex.sty
@@ -0,0 +1,7 @@
+\ProvidesPackage{jupynotex}[0.1]
+
+\usepackage{tcolorbox}
+
+\newcommand{\jupynotex}[2][-]{
+ \input|"python3 jupynotex.py #2 #1"
+}