К статическому генератору сайтов vitepress можно приделать испольняемые блоки кода на Pyodide:<br><br><a href="https://github.com/zqianem/vitepress-python-editor">https://github.com/zqianem/vitepress-python-editor</a><br><br>Клонирую репо, выполняю:<span><br><br></span><pre><code>git clone <a href="https://github.com/zqianem/vitepress-python-editor.git">https://github.com/zqianem/vitepress-python-editor...</a> vite-editor
cd vite-editor
npm install
npx vitepress dev docs</code></pre>Сайт стартует, но блоки статичные, а нужно чтобы было можно их редактировать и запускать.<br>Возможно, дело в заголовках страницы <a href="https://vitepress-python-editor.netlify.app/installation#_4-set-http-headers">https://vitepress-python-editor.netlify.app/instal...</a> но может быть еще в чем-то, вопрос как блока кода сделать реадктируемыми и запускаемыми.