The first release of nbtutor <https://github.com/lgpage/nbtutor>
("Visualize Python code execution (line-by-line) in Jupyter Notebook
cells.") is available on pypi:

pip install nbtutor
jupyter nbextension install --sys-prefix --overwrite --py nbtutor
jupyter nbextension enable --sys-prefix --py nbtutor


and conda-forge:

conda install -c conda-forge nbtutor


Please submit an issue <https://github.com/lgpage/nbtutor/issues> if you
have any problems. And please send any notebooks or snippets of code that
don't visualize properly or visualize poorly.

More information and usage can be found in the readme
<https://github.com/lgpage/nbtutor/blob/master/README.rst>.


Regards

Logan
_______________________________________________
Discuss mailing list
[email protected]
http://lists.software-carpentry.org/listinfo/discuss

Reply via email to