Add support for ipynb files
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 119
- Forks
- 72
- Avg merge
- 18h 42m
- Merged PRs (30d)
- 24
Description
What file type
Jupyter notebooks, a.k.a. ipynb are pages containing code written in different langugaes: julia, python, R, ... and widely used in data analysis, science, finance, ... These get rendered when on a github page (e.g. https://github.com/odewahn/ipynb-examples/blob/master/Part%201%20-%20Running%20Code.ipynb ).
What application is using it
Many applications in the jupyter ecosystem use notebooks: https://jupyter.org/ , https://voila.readthedocs.io , ...
Sample file
ipynb sample file
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository files, tests, or entry points. Start by inspecting how the viewer handles existing file types and the supplied sample ipynb file; done means Jupyter notebook files are supported and render correctly in the viewer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jupyter-notebook
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100