Skip to content

Instantly share code, notes, and snippets.

@tonidy
Last active October 27, 2025 16:21
Show Gist options
  • Save tonidy/6c821eb4ee0795f46b78fb4920c937c1 to your computer and use it in GitHub Desktop.
Save tonidy/6c821eb4ee0795f46b78fb4920c937c1 to your computer and use it in GitHub Desktop.
<!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