[feature request] Jupyter notebooks support
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 24.7k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 1
Description
Brief introduction: Jupyter Notebooks provides an interactive browser-based environment for programming (in origin with Python but now with many other languages) but at the end of the day they are plain JSON files with the extension .ipynb .
They're notoriously hard to consult without running a proper Python app or converting to another format. I've recently found some projects which allow to avoid all the overhead. One of these is a Quick Look plugin for MacOS: ipynb quicklook.
I know nothing about development of plugins for QuickLook for Windows, but if converting from a MacOS plugin is easier than writing the plugin from scratch, it would be a much appreciated feature.
Contributor guide
No contributing guide indexed for this repository
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
Start by reviewing the existing QuickLook architecture and the linked ipynb-quicklook project, then compare their approaches with the Jupyter notebook JSON format described in the issue. Done means that Windows QuickLook can meaningfully preview .ipynb files without requiring a full Python application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, jupyter-notebook
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100