Feature #5442
openPreview of Jupyter notebooks
0%
Description
Both Github and Gitlab have preview capability for Jupyter notebooks (https://nbformat.readthedocs.io/en/latest/) that mix Python code (or other language), Markdown cells and plain text fields.
Rhodecode CE or EE should offer a similar feature.
Regards.
Updated by Marcin Kuzminski [CTO] almost 7 years ago
Hi DO you mean preview on editing?
RhodeCode already does render Jupyter Notebooks, eg: https://code.rhodecode.com/upstream/ipython/files/cc353b25b0fff58e4ed13899df9b3c8153df01d9/examples/IPython%20Kernel/Third%20Party%20Rich%20Output.ipynb
Updated by Brahim Djoudi almost 7 years ago
Hello and thanks for the quick reply.
I didn't test with a relevant notebook and I have been confused with the header displaying the mimetype (text/plain with TextLexer).
Why a more precise mimetype (one among the list provided at http://jupyter.readthedocs.io/en/latest/reference/mimetype.html) isn't displayed?
Regards
Updated by Marcin Kuzminski [CTO] almost 7 years ago
Hi,
We do ipython rendering based purely on file extension. I think we could thing in future about extending this also by detecting listed jupyther mimetypes ?
Best,
Updated by Marcin Kuzminski [CTO] almost 6 years ago
- Status changed from New to Resolved
This has been implemented few releases ago.