{#- set shell = shell #} {%- set shell = { "intro": [ { "title": "Try scikit-plots", "text": "Use the interactive shell to try scikit-plots in the browser" }, ] } %} {%- set intro = shell.intro %}
{%- for item in intro %}
{{ item.title }}

{{ item.text }}

🛈 Pyodide uses older, compatible versions of some PyPI packages; latest versions may not be supported.

{%- endfor %}
{% include 'shell_py_example.html' %} {% include 'shell_interactive.html' %}