Created
July 7, 2015 15:36
-
-
Save rgbkrk/f68746aa113b8f7f356f to your computer and use it in GitHub Desktop.
Example of a web component for interactive code blocks
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
| <link rel="import" href="interactive-code-blocks.html"> | |
| <interactive-code-block runtime="https://tmpnb.org" language="python"> | |
| import pandas as pd | |
| df = pd.read_csv("data.csv") | |
| df.plot() | |
| </interactive-code-block> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment