Vidar Tonaas Fauske
Vidar Tonaas Fauske
See recent JEP and implementation: - JEP:https://github.com/jupyter/enhancement-proposals/blob/master/62-cell-id/cell-id.md - nbformat implementation: https://github.com/jupyter/nbformat/pull/189/files?file-filters%5B%5D=.py&file-filters%5B%5D=.rst For nbdime, we then need to consider whether we should use IDs as a high level indicator of cell...
Closes #3.
This PR should add proper support for manual editing in the merge pane of the merge view. This isn't completely ready for merge yet, but it is good enough to...
Git supports changing which colors to use for printing diffs through its config system, see https://git-scm.com/book/tr/v2/Customizing-Git-Git-Configuration (heading "Colors in Git") and http://shallowsky.com/blog/programming/gitcolors.html. We should consider using these in the git...
In the pretty printed output, the headers are printed in blue. In terminals with black backgrounds, this leads to very poor contrast (blue on black). The green/red/yellow outputs are all...
Currently, this is not very well supported.
Version 4.1 of the notebook format added the `attachments` field to raw and markdown cells. Nbdime should also support this field. ### TODO: - [x] Add server side predicates, differs...
Support for markdown headings is listed as a goal in the README, but unsupported in https://github.com/microsoft/tsdoc/issues/169. In practice (using the tsdoc playground) it seems to be unsupported. In #169, it...
This is a work in progress on adding a jupyterlab plugin based way of adding dependencies and bundling them. Noteworthy points: - No method yet for a notebook to specify...