File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ The Reveal-JS library is used for running the presentations.
9
9
10
10
<a href =" https://seleniumbase.io/other/presenter.html " ><img width =" 500 " src =" https://seleniumbase.io/other/presenter.gif " title =" Screenshot " ></a ><br >
11
11
12
+ ([ Click on the image/GIF for the actual presentation] ( https://seleniumbase.io/other/presenter.html ) )
13
+
12
14
Slides can include HTML, code, images, and iframes.
13
15
14
16
Here's how to run the example presentation:
Original file line number Diff line number Diff line change @@ -3320,7 +3320,7 @@ def save_presentation(
3320
3320
""" Saves a Reveal-JS Presentation to a file for later use.
3321
3321
@Params
3322
3322
name - If creating multiple presentations at the same time,
3323
- use this to select the one you wish to add slides to .
3323
+ use this to select the one you wish to use .
3324
3324
filename - The name of the HTML file that you wish to
3325
3325
save the presentation to. (filename must end in ".html")
3326
3326
show_notes - When set to True, the Notes feature becomes enabled,
@@ -3389,7 +3389,7 @@ def begin_presentation(
3389
3389
""" Begin a Reveal-JS Presentation in the web browser.
3390
3390
@Params
3391
3391
name - If creating multiple presentations at the same time,
3392
- use this to select the one you wish to add slides to .
3392
+ use this to select the one you wish to use .
3393
3393
filename - The name of the HTML file that you wish to
3394
3394
save the presentation to. (filename must end in ".html")
3395
3395
show_notes - When set to True, the Notes feature becomes enabled,
You can’t perform that action at this time.
0 commit comments