Hi community, I created a GitHub Jupyter reader, a web tool that lets you instantly browse, read, and fetch Jupyter notebooks from any GitHub repository without cloning, downloading, or setting up an environment.
As I’m learning AI with Python, I often need to quickly browse all .ipynb files in a GitHub repository. However, GitHub isn’t designed to easily view Jupyter notebooks like a library. This inspired me to build a tool that provides one-click access to any repository’s Jupyter notebooks.
By having ONLY jupyter notebooks in one library, I can choose to download individual files or browse these notebooks when I need to.
In addition to browsing and downloading, running code in cells is also possible.
Note:
This version is a basic implementation using localStorage and does not include a login module, so it has not been deployed. If you find this tool useful, please star the project and contribute on the GitHub page. Thank you!
