Jupyter notebook magic cell wrapper for diagrams.
Project description
diagrams-magic
The diagrams-magic is an IPython magic that enables calling diagrams
within IPython kernel to draw graphs with pure texts. The most common use case, however, would be to use this magic within Jupyter Notebook, which integrates the IPython kernel within it.
Requirements
-
diagrams
The mechanism of this magic is to call
diagrams
installed on local machine. So please ensure thatdiagrams
is accessible on your system or in your virtual environment.If you have
node
andnpm
installed, you may installdiagrams
withnpm install -g diagrams
-
A (virtual) display driver
diagrams flowchart
anddiagrams sequence
starts an Electron app that requires a display to run. If you are using Windows or MacOS, this shouldn't be a problem.However if you are to deploy this magic on a headless Linux backend,
diagrams flowchart
anddiagrams sequence
will report 'Cannot open display' error.This can be circumvented with a virtual display. We suggest installing
xvfb
so that our magic will detect the installedxvfb-run
command and use it. The solution is detailed at Electron's webpage.
Installation
-
From PIP:
pip install diagrams-magic
-
Development install:
git clone https://github.com/chunxy/diagrams-magic.git cd diagrams-magic pip install -e ./
Usage
As with usual IPython magic, remember to %load_ext diagrams-magic
before using this magic.
This is a cell magic. In the first line of your cell, type %%diagrams (flowchart|dot|sequence|railroad) [name]
to indicate which driver you are to use and the name of image file. If no name
is provided, no image file will be generated in your current directory (but the image will still be available in the output cell). In the rest of this cell, simply type in the graph descriptions.
See the demo file for reference.
Known Issue(s)
-
Invalid asm.js: Function definition doesn't match use
There might be error like above when you are using the
dot
driver. This is a known issue caused by the upstreamviz.js
. Usually the output won't be affected and thus you can ignore it, as long as the red error message won't be too harsh for your eyes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file diagrams-magic-0.0.2.tar.gz
.
File metadata
- Download URL: diagrams-magic-0.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 054bfba44412dba43a49924b9327188f5c841a8a0fef6db175a51528f5c00db7 |
|
MD5 | 1dd32dfa682404d115fe9dfa7c524b51 |
|
BLAKE2b-256 | 55319caaa72eae3b3db4783645b58d9c60e25bcb5ae312b963e54ba91a409ea8 |