Percent Notebooks in VSCode (and other editior)#
This site is written as a jupyter notebook which is then executed and converted to html by mystnb and sphinx.
A brief example:
# %% [markdown]
# # Heading 1
# Some text
#
# %%
# print("Hello World")
Find more information on jupytext’s documentation
print("Hello World form a percent notebook")
Hello World form a percent notebook
This notebook was executed using jupytext
and mystnb
by sphinx
.