summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jupynotex/example/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/jupynotex/example/example.tex')
-rw-r--r--macros/latex/contrib/jupynotex/example/example.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/jupynotex/example/example.tex b/macros/latex/contrib/jupynotex/example/example.tex
new file mode 100644
index 0000000000..5251586b63
--- /dev/null
+++ b/macros/latex/contrib/jupynotex/example/example.tex
@@ -0,0 +1,27 @@
+\documentclass{article}
+
+\usepackage{jupynotex}
+
+\begin{document}
+
+One cell:
+
+\jupynotex[1]{notebook.ipynb}
+
+
+A range of cells:
+
+\jupynotex[4-6]{notebook.ipynb}
+
+
+Some specific cells:
+
+\jupynotex[12,17]{notebook.ipynb}
+
+
+The whole notebook:
+
+\jupynotex{notebook.ipynb}
+
+
+\end{document}