Added support for a Jupyter Notebooks rendered view.

Review Request #10719 — Created Sept. 21, 2019 and discarded — 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.

Conversion from the notebooks file to HTML is done by the nbconvert library:
https://github.com/jupyter/nbconvert

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

Changes between revision 1 and 2

orig
1
2
3
4
5

Commits

Summary ID Author
rendering works
5dc296e8c240239a936d3a3f82f99f480086091b amalik2
wrapping
44205313a6f45a963c261f7f92e3d347aae36ba4 amalik2
fixed diff chunks
570f15ae67475720a7803e5b030c58aaabf0e7bf amalik2
notebooks.css
test.ipynb
reviewboard/reviews/ui/jupyterui.py
reviewboard/static/rb/css/pages/text-review-ui.less
Loading...