jupyterlab-contrib / rise

RISE: "Live" Reveal.js JupyterLab Slideshow Extension
BSD 3-Clause "New" or "Revised" License
157 stars 16 forks source link

Blank page when view as presentation and error ': bundle.js is not in root static directory' #81

Open cif2cif opened 2 months ago

cif2cif commented 2 months ago

When I was trying to see the presentation, I got a blank page and an error message in the log:

403 GET /static/rise/bundle.js (127.0.0.1): bundle.js is not in root static directory

I have fixed this problem by installing rise: 'pip install rise'. It seems it should be added this dependency.

Best