HTML
Load and edit already published web notebooks
All notebooks exported to Static HTML and Dynamic HTML contain the necessary metadata, making it possible to convert them back to the native WLJS Notebook format (.wln
).
Option 1
Use the URL Protocol and click on "Open" from the HTML page.
Option 2
Place the .html
file into your project directory and open it in the WLJS Notebook app. It will be automatically converted, and the original HTML file will be preserved.
Portability
Once exported, an .html
file can be unpacked back into a normal notebook when opened using the WLJS Notebook app. There are some limitations:
- No external files (except images) will be packaged.
- Large iconized expressions may be lost.
However:
- All static graphs, including 2D and 3D graphics, are preserved.
- All external images are embedded in the document (including those in slides and markdown).
- NotebookStore data is embedded.
- Slides and all other cells are retained. Press
f
to enter fullscreen. There is a separate option for exporting slides for printing—see Export Slides.