Skip to content

Instantly share code, notes, and snippets.

@Btibert3
Last active February 16, 2021 00:03
Show Gist options
  • Save Btibert3/facc0b8e31fc1d697a229827a16dad3a to your computer and use it in GitHub Desktop.
Save Btibert3/facc0b8e31fc1d697a229827a16dad3a to your computer and use it in GitHub Desktop.

Title

Header 2

H3

h4

  • Item 1
  • Item 2
  1. This is item 1
  2. This is item 2

This is some text.

This is more text.

A blockquote = something I want to call out

Inject code (not run)

First run pip install pypeds which also you code in-line.

from pypeds import IC
ic = IC()
ic.extract()
ic.transform()
ic = ic.load()

Adding an Image

the alt text for the image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment