Closed chaffra closed 1 year ago
Work fine when running from python script.
Hi Chaffra,
The version in the master branch is not compatible with Jupyter notebook. The version in the dev branch has a trick to work with jupyter notebook, you just have to add a slide_num to slide object (but the dev branch is not yet ready for daily use, some component are still missing).
Here is the trick with the dev branch in a jupyter notebook
with slide('test in jupyter', slide_num=0):
text('this only work on the dev branch')
with slide('test in of a second slide', slide_num=1):
text('this only work on the dev branch')
Running from jupyter notebook on WSL.
doc = document()
returns