Skip to content

Commit

Permalink
nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 13, 2024
1 parent fa957eb commit e0e5edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/render_latex_to_svg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
"from matplotlib.backends.backend_svg import RendererSVG\n",
"from matplotlib.font_manager import FontProperties\n",
"from io import StringIO\n",
"from IPython.display import display_svg, display_html"
"from IPython.display import display_html"
]
},
{
Expand Down

0 comments on commit e0e5edd

Please sign in to comment.