无法在带有显示的 jupyter 笔记本中滚动到底部

Nic*_*ico 7 reveal.js jupyter-notebook

我试图按照以下描述呈现一个 jupyter noteboow: https://medium.com/learning-machine-learning/present-your-data-science-projects-with-jupyter-slides-75f20735eb0f

我有大图想要滚动,但如果我运行,滚动条不会出现

jupyter nbconvert test.ipynb --to slides --post serve --SlidesExporter.reveal_scroll=True
Run Code Online (Sandbox Code Playgroud)

MWE 将此单元格标记为幻灯片:

import matplotlib.pylab as plt 
fig = plt.subplots(figsize=(10, 20))
Run Code Online (Sandbox Code Playgroud)

我可以缩小浏览器以查看整个幻灯片,但幻灯片将保留在屏幕的下半部分

我怎样才能让滚动效果很好?

我在跑步nbconvert 5.4.0

感谢您的帮助!