Skip to content

Instantly share code, notes, and snippets.

@rhee
Last active April 20, 2023 23:16
Show Gist options
  • Save rhee/9bd25d9d85e22b848c2a1454606abf1c to your computer and use it in GitHub Desktop.
Save rhee/9bd25d9d85e22b848c2a1454606abf1c to your computer and use it in GitHub Desktop.
A bookmarklet to open python repl page using py-repl
data:text/html, <link rel="icon" type="image/png" href="https://pyscript.net/assets/images/favicon.ico"/> <link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" /> <script defer src="https://pyscript.net/latest/pyscript.js"></script> <title>py-repl</title><body style="font-size:2rem;line-height:1.4;max-width:60rem;margin:2rem auto;padding:4rem;border:solid red 5px;border-radius:15px"> <py-repl auto-generate="true"> </py-repl> </body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment