summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jupynotex/example/example.tex
blob: 5251586b63d517f241848e4a9df2726ca01e1937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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}