Skip to content

Instantly share code, notes, and snippets.

@glegoux
Last active November 19, 2021 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glegoux/ca994ff9aa3a00c0e2c23e758cbb6f6d to your computer and use it in GitHub Desktop.
Save glegoux/ca994ff9aa3a00c0e2c23e758cbb6f6d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Here a in-line equation: $\\pi = 1$ \/!\\ does not work!\n",
"\n",
"Here a single-line equation: $$\\pi = 1$$",
"\n",
"Here a multi-line equation:\n"
]
}
],
"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.6.10"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment