Tavish Armstrong
Tavish Armstrong
Arrows always connect at the top of a box and always leave the bottom of the box. If you have cycles you have problems like this: ``` Event -- TimeSlotGroup...
It would be pretty cool if I could add a label to the "A" side of this line, and another one to the "B" side. ``` A -- B ```
If I run git2json in my home directory, this happens: ``` tavish@temeraire:~ $ git2json fatal: Not a git repository (or any parent up to mount parent /home) Stopping at filesystem...
When you save a merged notebook, the `PUT` request gets a 404 error. This is because `IPython.notebook.notebook_name` is undefined when the save code runs. We get the following error in...
Right now the Flask-based server mimics the IPython tornado server as closely as possible. Ideally we wouldn't have to update it every time IPython updates. We also want fewer dependencies...
When loading a diff, images seem to shrink to thumbnail size.
Right now, a bunch of stuff gets printed to the screen when running `nbdiff` and `nbmerge`, namely, Flask messages showing the status of every HTTP request. I propose two flags:...
Use a greyed-out space to indicate a space where an added cell could be merged into the base of a merge. This should make #140 easier
The target area of a drag and drop merge is a bit finicky -- if I drag an added cell into the middle, I have to get it within the...
My current workflow with `nbdiff` is to start up `nbdiff` and `ipython notebook` in separate terminals. When I make a modification in the notebook window, I have to restart the...