Tavish Armstrong

Results 7 comments of Tavish Armstrong

> IPython 3.1.0 -- An enhanced Interactive Python. Unfortunately, nbdiff only supports IPython versions before 3.0 at the moment. I'd really like to add support for newer IPythons, but I...

@jonathan-svds done! Thanks for the suggestion; much appreciated.

This suggests that we should remove the `python-Levenshtein` dependency (which is written in C), but in the mean time you might try: ``` easy_install python-Levenshtein ``` ... which should install...

Thanks! It shouldn't be too hard to support python3. I'll see if I can find some time to port it, but pull requests are welcome.

Yup, still a problem. Steps to reproduce: 1. Run `make_diff.py` to create a test repo 2. Run `nbdiff` inside that repo 3. Go to the second notebook (`/1` in the...

We might be able to steal [this function in werkzeug](https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/serving.py#L535).

I haven't looked at this code in over a decade but as far as I can tell there shouldn't be an exception due to `None`s getting filtered out here: https://github.com/tarmstrong/git2json/blob/master/git2json/parser.py#L79...