Thursday, November 16, 2017

How to enable scrolling in slides for a jupyter notebook?

Leave a Comment

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) in jupyter2slides/static directory.
  • Step 3: Execute python create_slides.py --file static/your_notebook.ipynb from jupyter2slides directory.
If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment