Last active
October 27, 2025 16:21
-
-
Save tonidy/6c821eb4ee0795f46b78fb4920c937c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Codapi Playground</title> | |
| <link rel="stylesheet" href="https://unpkg.com/@antonz/[email protected]/dist/snippet.css" /> | |
| <style> | |
| pre { | |
| white-space: pre-wrap; | |
| word-break: break-word; | |
| overflow-x: auto; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div id="editor"> | |
| <pre> | |
| msg = "Hello, World!" | |
| print(msg) | |
| </pre> | |
| </div> | |
| <codapi-snippet sandbox="python" editor="external" selector="#editor"> | |
| </codapi-snippet> | |
| <script src="https://unpkg.com/@antonz/codapi/dist/snippet.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment