Skip to content

kaibaesler/xdiag_magic_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xdiag_magic_extension

This is an IPython/Jupyter (notebook) extension, providing custom magics for blockdiag, and is inspired by this gist.

Warning: consider this code to be alpha-quality. No tests, just a proof-of-concept. You have been warned.

Usage

activate your virtualenv, then

git clone ... && cd ...
pip install -r requirements.txt
pip install -e .

in your Jupyter notebook:

%load_ext xdiag_magic
%xdiag_output_format svg
%%blockdiag
{
    A -> B -> C
}

About

IPython/Jupiter magic extension for blockdiag

Resources

License

Stars

Watchers

Forks

Packages

No packages published