Added Jupyter Notebooks rendered view.
Review Request #10761 — Created Oct. 20, 2019 and updated
There is also support for a difference viewer that highlights cells in
the notebook that were modified/added/deleted.This was used as a reference for the format of .ipynb files:
https://github.com/jupyter/nbformat/blob/master/nbformat/v4/nbformat.v4.schema.json
1) I ran unit tests with Python2.7 and Python3.6
2) I tested viewing a file normally with both Python2.7 and Python3.6
3) I tested viewing revisions of a file in the difference viewer with both
Python2.7 and Python 3.6
Summary | ID | Author |
---|---|---|
a11c50c58e8aabd03b57db7ceeead326d7ec7e13 | amalik2 |
Description | From | Last Updated |
---|---|---|
E502 the backslash is redundant between brackets |
reviewbot | |
E128 continuation line under-indented for visual indent |
reviewbot | |
E502 the backslash is redundant between brackets |
reviewbot | |
E502 the backslash is redundant between brackets |
reviewbot | |
E128 continuation line under-indented for visual indent |
reviewbot | |
E502 the backslash is redundant between brackets |
reviewbot | |
E128 continuation line under-indented for visual indent |
reviewbot | |
E502 the backslash is redundant between brackets |
reviewbot | |
E128 continuation line under-indented for visual indent |
reviewbot | |
E128 continuation line under-indented for visual indent |
reviewbot | |
E502 the backslash is redundant between brackets |
reviewbot | |
E128 continuation line under-indented for visual indent |
reviewbot | |
F401 'django.utils.encoding.force_text' imported but unused |
reviewbot | |
E203 whitespace before ':' |
reviewbot |
- Commits:
-
Summary ID Author 0b6f123a1471763fd129ba27d368082964a8b02d amalik2 0b6f123a1471763fd129ba27d368082964a8b02d amalik2 89fc36ea05c2cec8efa9f18aedbce229cd87510a amalik2 - Diff:
-
Revision 2 (+998 -8)
Checks run (2 succeeded)
- Commits:
-
Summary ID Author 0b6f123a1471763fd129ba27d368082964a8b02d amalik2 89fc36ea05c2cec8efa9f18aedbce229cd87510a amalik2 a11c50c58e8aabd03b57db7ceeead326d7ec7e13 amalik2 - Diff:
-
Revision 3 (+1090)
- Added Files: