Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 659 Bytes

ipython_magic_asymptote

IPython magic for rendering asymptote generated images

Based on: https://github.com/jrjohansson/ipython-asymptote/

IPython magic for executing LaTeX asymptote code and rendering result in Jupyter notebook code output cell.

To install:

pip install git+https://github.com/innovationOUtside/ipython_magic_asymptote.git

To upgrade a current installation to the latest repo version without updating dependencies:

pip install --upgrade --no-deps git+https://github.com/innovationOUtside/ipython_magic_asymptote.git

To load the magic in a Jupyter notebook:

%load_ext asymptote_magic

Then call as block magic: %%asy