Last active
April 20, 2023 23:16
-
-
Save rhee/9bd25d9d85e22b848c2a1454606abf1c to your computer and use it in GitHub Desktop.
A bookmarklet to open python repl page using py-repl
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
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