Note: Emanote documentation is a
work-in-progress
- Install Emanote
-
Use your existing notebook, or create one from emanote-template.
- If using emanote-template, open the notebook in Visual Studio Code and install the recommended extensions.
- emanote-template also includes the GitHub Pages workflow for static site deployment.
-
Run
emanote run --port=8080
(or justemanote
) in terminal aftercd
’ing to that notebook folder; this will launch the live server.-
Or, if you only want to generate the HTML files (for deployment), run
mkdir /tmp/output; emanote gen /tmp/output
.
-
Or, if you only want to generate the HTML files (for deployment), run