Added Jupyter Notebooks rendered view.

Review Request #10761 — Created Oct. 20, 2019 and updated — Latest diff uploaded

Information

Review Board
master

Reviewers

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

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Added Jupyter Notebooks rendered view.
0b6f123a1471763fd129ba27d368082964a8b02d amalik2
fixed errors
89fc36ea05c2cec8efa9f18aedbce229cd87510a amalik2
reviewboard/staticbundles.py
reviewboard/attachments/mimetypes.py
reviewboard/reviews/tests/test_jupyter_review_ui.py
reviewboard/reviews/ui/__init__.py
reviewboard/reviews/ui/jupyterui.py
reviewboard/static/rb/css/pages/text-review-ui.less
reviewboard/static/rb/js/views/jupyterReviewableView.es6.js
Loading...