Skip to content

Instantly share code, notes, and snippets.

@nobuh
Last active June 21, 2018 21:23
Show Gist options
  • Save nobuh/f5e27118c381bbc39e7afff42a81c289 to your computer and use it in GitHub Desktop.
Save nobuh/f5e27118c381bbc39e7afff42a81c289 to your computer and use it in GitHub Desktop.
jupyter notebook で数式
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# jupyter notebook で数式\n",
"- マークダウンのモードで\n",
"- $$ で Latex の式を囲う\n",
"- 保存している ipynb ファイルまたは File / Download メニューで入手した notebook (ipynb) ファイルを Gist に貼り付ける\n",
"- nbviewer 使わなくても直接 Gist がレンダリングまでしてくれます\n",
"\n",
"## 数式\n",
"* `\\sqrt{a+b}` $$\\sqrt{a+b}$$ "
]
}
],
"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.0"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment