Skip to content
forked from jbn/itikz

Cell and line magic for PGF/TikZ-to-SVG rendering in Jupyter notebooks

License

Notifications You must be signed in to change notification settings

marc-wien/itikz

 
 

Repository files navigation

itikz

https://travis-ci.org/jbn/itikz.svg?branch=master

Cell magic for PGF/TikZ-to-SVG rendering in Jupyter

  • Free software: MIT license

Basic Usage

Install it:

pip install itikz

Load it:

%load_ext itikz

Use it:

%%itikz --file-prefix implicit-demo- --implicit-pic
\draw[help lines] grid (5, 5);
\draw[fill=magenta!10] (1, 1) rectangle (2, 2);
\draw[fill=magenta!10] (2, 1) rectangle (3, 2);
\draw[fill=magenta!10] (3, 1) rectangle (4, 2);
\draw[fill=magenta!10] (3, 2) rectangle (4, 3);
\draw[fill=magenta!10] (2, 3) rectangle (3, 4);

Getting Started Guide

Getting Started Notebook

About

Cell and line magic for PGF/TikZ-to-SVG rendering in Jupyter notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.0%
  • Python 6.3%
  • Makefile 0.7%