Nieuws

In addition to executing code embedded in HTML, it's also possible to add a code editor directly into an HTML page using the py-repl tag so that you can input code and execute it, as shown below.
We used a Jinja2 template to generate XML sitemaps and we can use the same trick to generate JSON-LD and HTML. We first need to install jinja2. !pip install jinja2 ...