Skip to content

Instantly share code, notes, and snippets.

@rgbkrk
Created July 7, 2015 15:36
Show Gist options
  • Save rgbkrk/f68746aa113b8f7f356f to your computer and use it in GitHub Desktop.
Save rgbkrk/f68746aa113b8f7f356f to your computer and use it in GitHub Desktop.
Example of a web component for interactive code blocks
<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