Skip to content

Commit

Permalink
Document how to create a slideshow in the README (#100)
Browse files Browse the repository at this point in the history
* Document how to make a slideshow

* docs: store images locally in `docs` folder
  • Loading branch information
kir0ul authored Dec 30, 2024
1 parent 83c0804 commit 3518b57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ To remove the extension, execute:
pip uninstall jupyterlab_rise
```

## Usage
To mark a cell as a new slide, sub-slide or fragment, open the property inspector and choose the slide type:

<img src="./docs/prop-inspector-slide-type.png" alt="Property inspector slide type" style="width:100%; height:auto;">

Use `Ctrl+R` to render the current notebook as a slidehow:

<img src="./docs/render-slideshow.png" alt="Rendered slideshow" style="width:100%; height:auto;">

## Troubleshoot

If you are seeing the frontend extension, but it is not working, check
Expand Down
Binary file added docs/prop-inspector-slide-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/render-slideshow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3518b57

Please sign in to comment.