Skip to content

innovationOUtside/ipython_magic_asymptote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

IPython magic for rendering asymptote generated images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages