**Dies ist eine alte Version des Dokuments!**
Inline Python Editors
Bottom.ch with iframe
With iframe on bottom.ch/ksr/py/embed.html, which is based on pyodide and codemirror.
<html><iframe frameborder="0" width="100%" allow="clipboard-write" src="https://tkilla77.github.io/python_editor_wasm/embed.html?autorun&code=print%28%27Hello%2C+dokuwiki%21%27%29"></iframe></html>
Bottom.ch with direct component
<!-- Include the script once (or from a DokuWiki plugin, or from userscripts. --> <html><script type="module" src="https://bottom.ch/ksr/ed/assets/main-qbXEghfV.js"></script></html> <!-- Include a custom component in HTML. --> <html><bottom-editor>print(42)</bottom-editor></html>