All Projects → jbn → itikz

jbn / itikz

Licence: MIT license
Cell and line magic for PGF/TikZ-to-SVG rendering in Jupyter notebooks

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to itikz

argparse-to-class
Transform argparse into class format for Jupyter Notebook execution
Stars: ✭ 20 (-63.64%)
Mutual labels:  jupyter, ipython-notebook
Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-74.55%)
Mutual labels:  jupyter, ipython-notebook
nbtop
IPython Notebook server monitor inspired by htop
Stars: ✭ 50 (-9.09%)
Mutual labels:  jupyter, ipython-notebook
pytest-notebook
A pytest plugin for regression testing and regenerating Jupyter Notebooks
Stars: ✭ 35 (-36.36%)
Mutual labels:  jupyter, ipython-notebook
Ipytracer
📊 Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (+150.91%)
Mutual labels:  jupyter, ipython-notebook
Vscodejupyter
Jupyter for Visual Studio Code
Stars: ✭ 337 (+512.73%)
Mutual labels:  jupyter, ipython-notebook
Nbstripout
strip output from Jupyter and IPython notebooks
Stars: ✭ 738 (+1241.82%)
Mutual labels:  jupyter, ipython-notebook
Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (-1.82%)
Mutual labels:  jupyter, ipython-notebook
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (+63.64%)
Mutual labels:  jupyter, ipython-notebook
Flasked Notebooks
Rendering IPython Notebooks using Flask
Stars: ✭ 59 (+7.27%)
Mutual labels:  jupyter, ipython-notebook
Ipywebrtc
WebRTC for Jupyter notebook/lab
Stars: ✭ 171 (+210.91%)
Mutual labels:  jupyter, ipython-notebook
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (+163.64%)
Mutual labels:  jupyter, ipython-notebook
labella.py
Python 3 clone of labella.js that generates SVG and TikZ PDF output
Stars: ✭ 62 (+12.73%)
Mutual labels:  tikz, tikz-figures
jekyll-ipython-markdown
build process for turning ipython notebooks into markdown files for your jekyll blog
Stars: ✭ 18 (-67.27%)
Mutual labels:  ipython-notebook
voila-gpx-viewer
GPX Viewer web app built with Jupyter, ipywidgets, ipyleaflet, bqplot and voila
Stars: ✭ 43 (-21.82%)
Mutual labels:  jupyter
Diagrammatic
Philosophy diagrams in Ti𝑘Z
Stars: ✭ 27 (-50.91%)
Mutual labels:  tikz
wxyz
Some Experimental Widgets
Stars: ✭ 25 (-54.55%)
Mutual labels:  jupyter
Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (+298.18%)
Mutual labels:  ipython-notebook
Machine-Learning-Algorithms-From-Scratch
A collection of commonly used machine learning algorithms implemented in Python/Numpy
Stars: ✭ 43 (-21.82%)
Mutual labels:  ipython-notebook
python-grass-addon
How to write a Python GRASS GIS 7 addon
Stars: ✭ 45 (-18.18%)
Mutual labels:  ipython-notebook

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].