Python / Jupyter Notebook Slide Buttons Gone?
I am using Jupyter Notebook to build slides. Until yesterday there were two buttons right from the CellToolBar button to start the slide show (one button was RISE.js). All of the s
Solution 1:
please check your nbextensions
http://localhost:8888/nbextensions?nbextension=rise/main
Some nbextensions like RISE get disabled automatically (e.g. if there could be issues with compatibilities, e.g. after updates).
Solution 2:
I had the same issue on chrome, somehow the issue for me was solved by simply changing the jupyterlab theme to jupyterlab dark. This issue persisted only on the light theme. Although this might be a temporary fix for the issue.
Post a Comment for "Python / Jupyter Notebook Slide Buttons Gone?"