-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Cell Toolbar View; All slides end up on Same Page #45
Comments
Hi @drscotthawley,
As a heavy rise user, I am already grateful that something is starting to exist. But there is indeed still a long way to go, including for documentation. |
@drscotthawley -- same thing happened to me after creating a new notebook with versions below. The current version of RISE installs with the "slide type" attribute of each cell defaulted to null (actually it's "-"). As a result, all the cells appear on the same page when you run RISE. The trick is to 1) click on the icon of small gears for each notebook cell (see red arrow in image below), 2) look under "common tools" immediately to the left of the small gears, then 3) find the "slide type" drop down box and change it to "slide" (or whatever other choice is right for that cell. @nthiery -- would be great to document maybe just on the Readme for now, since the interface is so different from older RISE versions running in notebook. |
@surfaceowl Thanks, your message helps a lot, because finding this menu isn't very natural! Please also note some RISE shortcuts also works:
Note that if this cell is a "slide", Shift-i does not revert a cell to "-" (rise 5.7.1, jupyterlab_rise 0.42.0, jupyterlab 4.1.4). |
Description
This is a pair of issues together.
View > Cell Toolbar
option as is expected in RISEView > Render as Reveal Slideshow
results in all cells that had been designated as slides opening on the same screen together, i.e. no slide divisions.(3.) Re. point 1, There are no usage instructions to describe how to use this, differently from the original RISE.
Reproduce
I would have tried to use your
examples/README.ipynb
as an example but it refuses to load.View
.Cell Toolbar
examples/README.ipynb
File Load Error for README.ipynb Unreadable Notebook: README.ipynb <ValidationError: "Notebook could not be converted from version 1 to version 2 because it's missing a key: cells">
Alternatively,
View > Render as Reveal Slideshow
Expected behavior
Context
Results of
conda list extension_name
orpip show extension_name
:$ jupyter labextension list
JupyterLab v4.0.4
/Users/shawley/envs/blog/share/jupyter/labextensions
jupyterlab_pygments v0.2.2 enabled X (python, jupyterlab_pygments)
jupyterlab-rise v0.40.0 enabled OK (python, jupyterlab_rise)
jupyterlab-ipyflow v0.0.178 enabled X
jupyterlab-plotly v5.15.0 enabled X
@pyviz/jupyterlab_pyviz v2.3.1 enabled X (python, pyviz_comms)
@jupyter-notebook/lab-extension v7.0.2 enabled OK
@jupyter-widgets/jupyterlab-manager v5.0.8 enabled OK (python, jupyterlab_widgets)
The following extensions are outdated:
jupyterlab_pygments
jupyterlab-ipyflow
jupyterlab-plotly
@pyviz/jupyterlab_pyviz
Consider checking if an update is available for these packages.
Command Line Output
Web Browser Output
The text was updated successfully, but these errors were encountered: