Algorithm Visualizer for Jupyter/IPython Notebook
npm install ipytracer> Algorithm Visualizer for Jupyter/IPython Notebook
> Inspired by parkjs814's AlgorithmVisualizer.
Master | Latest(stable)
-------|-------
[![tv-master-img][]][tv-site]|[![tv-latest-img][]][tv-site]
[tv-master-img]: https://travis-ci.org/sn0wle0pard/ipytracer.svg?branch=master
[tv-latest-img]: https://travis-ci.org/sn0wle0pard/ipytracer.svg?branch=latest
[tv-site]: https://travis-ci.org/sn0wle0pard/ipytracer
Algorithm Visualizer for Jupyter/IPython Notebook.
It was inspired by parkjs814's AlgorithmVisualizer.
You can see how your Python code works.
If you use the display(TracerObject) code from where you want to see, you can use it without any special modification.
Supports built-in list methods.
Package Install
---------------
Prerequisites
- node
``bash``
npm install --save ipytracer