HTML Exporter

The ExportButtonHTML class provides an ipywidgets interface to help exporting the notebook in HTML format. It shows:

  • a button to export
../../_images/exporthtml_example_1.png

ExportButtonHTML example in a Jupyter notebook.

Warning

In order to export the notebook, the user MUST write the notebook’s name in the correspondent Configuration text box as shown in the example bellow:

../../_images/configuration_example_1.png

Notebook’s name in Configuration text box.

See jupy4syn.Configuration for more details.

Using Jupy4Syn HTML Exporter module

Usage of Python class using basic HTML Exporter fields.