[IPython-dev] [ANN] tutormagic v0.2.0

Kiko kikocorreoso at gmail.com
Fri Jul 22 06:01:59 EDT 2016


Hi all,

I released v 0.2.0 of tutormagic.

What is tutormagic
==============
It is a very simple and small package that allows you to embed
http://pythontutor.com within the notebook (or in a new tab if you prefer)
using a %%tutor cell magic.

The main idea is to be used as a learning/teaching tool.

Changelog
========
Version 0.2.0

   - Added new --tab option (thanks to Holger Karl (@hkarl
   <https://github.com/hkarl>)).
   - Added new --height option (thanks to Tom Simonart(@tomsimonart
   <https://github.com/tomsimonart>)).
   - Added new languages available on http://pythontutor.com (Typescript,
   Ruby, C and C++).

Version 0.1.0

   - Initial version

Installation
========

> pip install tutormagic

More info and docs
==============

https://github.com/kikocorreoso/tutormagic
Acknowledgment
=============Thanks to the contributors of tutormagic, Jupyter and
Pythontutor.

I hope it is useful for anyone here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20160722/01985cf3/attachment.html>


More information about the IPython-dev mailing list