How do I enable vertical scrolling once I've launched the slideshow in a jupyter notebook ?
If the slides are larger than the window, then they are cut and we cannot see what at the bottom.
I created the slides by simply clicking on the "basic" slides auto generated by jupyter.
Fyi my version is 4.2.3
Thanks
1 Answers
Answers 1
After trying multiple solutions posted elsewhere, I found that jupyter2slides seems to solve this issue. It creates static html
files that can be vertically scrolled.
- Step 1: Clone the git repo using
git clone https://github.com/datitran/jupyter2slides.git
- Step 2: Copy your notebook (
.ipynb
) injupyter2slides/static
directory. - Step 3: Execute
python create_slides.py --file static/your_notebook.ipynb
fromjupyter2slides
directory.
0 comments:
Post a Comment