Action unknown: copypageplugin__copy

Inline Python Editors

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_old.html?autorun&code=print%28%27Hello%2C+dokuwiki%21%27%29"></iframe></html>

<!-- Include the script once (or from a DokuWiki plugin, or from userscripts. -->
<html><script type="module" src="https://bottom.ch/ksr/ed/bottom-editor.js"></script></html>
 
<!-- Include a custom component in HTML. Use height, min-height, max-height to control the size. -->
<html><bottom-editor style="min-height: 10lh;">print(42)</bottom-editor></html>

print(42)

Also based on pyodide, but with jupyter support all around.

<iframe
  src="https://jupyterlite.github.io/demo/repl/index.html"
  width="100%"
  height="500px"></iframe>
  • user/hof/pyeditor.txt
  • Zuletzt geändert: 2025-03-18 08:06
  • von hof