Skip to content

Instantly share code, notes, and snippets.

@ciela
Created October 25, 2021 01:45
Show Gist options
  • Save ciela/3d3497ecb0ff60d7088b05ddc6d8ee7d to your computer and use it in GitHub Desktop.
Save ciela/3d3497ecb0ff60d7088b05ddc6d8ee7d to your computer and use it in GitHub Desktop.
sample gist for medium
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"id": "9a73301b",
"metadata": {},
"source": [
"inline version: $\\alpha + \\beta = \\gamma$\n",
"\n",
"displayed version:\n",
"$$\\alpha + \\beta = \\gamma$$"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment