Skip to content

Instantly share code, notes, and snippets.

@eoinroe
Created January 22, 2020 11:10
Show Gist options
  • Save eoinroe/b7df63cd2727feb5cfc9d886fc89f881 to your computer and use it in GitHub Desktop.
Save eoinroe/b7df63cd2727feb5cfc9d886fc89f881 to your computer and use it in GitHub Desktop.
LaTeX example
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Check out some LaTeX!\n"
]
}
],
"source": [
"print(\"Check out some LaTeX!\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"$$A=\\{1, 2, 3, 4\\}\\\\\n",
"B=\\{1, 3\\}\\\\\n",
"B \\subset A$$"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"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.7.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment