Export
You can get the raw HTML string using the following code. The data, the Story and the navigation buttons will all be included in the generated HTML.
html = story.to_html()
print(html)
You can get the raw HTML string using the following code. The data, the Story and the navigation buttons will all be included in the generated HTML.
html = story.to_html()
print(html)