Skip to content

Instantly share code, notes, and snippets.

/test.ipynb Secret

Created November 9, 2014 17:35
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 anonymous/8fa79d207978088caace to your computer and use it in GitHub Desktop.
Save anonymous/8fa79d207978088caace to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is a notebook to test the conversion to pdf.\n",
"There are different cases where the conversion to pdf fail :\n",
"\n",
"* latex inline equation\n",
"* markdown images from url\n",
"* HTML objetcs in return from _repr_html"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is an equation and is correctly converted :\n",
"$$\\frac{1}{2}$$"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is an inline equation and is not converted $\\frac{1}{2}$ \n",
"it ends in a latex error with the following log :\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"mimetype": "text/x-python",
"name": "python",
"pygments_lexer": "ipython3"
},
"signature": "sha256:527fa6b5ea7d331e189e95188ba75769c221352e651ccef9874ddfa9c2cdad1f"
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment