Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imvladikon/jupyter-notebook-viewer
chrome extension for viewing Jupyter Notebooks in the browser without Jupyter Server
https://github.com/imvladikon/jupyter-notebook-viewer
chrome-extension jupyter-notebook jupyter-notebook-viewer
Last synced: about 2 months ago
JSON representation
chrome extension for viewing Jupyter Notebooks in the browser without Jupyter Server
- Host: GitHub
- URL: https://github.com/imvladikon/jupyter-notebook-viewer
- Owner: imvladikon
- Created: 2020-05-15T12:54:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T16:38:24.000Z (over 2 years ago)
- Last Synced: 2023-02-28T22:56:34.804Z (almost 2 years ago)
- Topics: chrome-extension, jupyter-notebook, jupyter-notebook-viewer
- Language: JavaScript
- Homepage:
- Size: 452 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Jupyter Notebook Viewer (Chrome Extension)
Jupyter files (*.ipynb) local viewer, [chrome extension](https://chrome.google.com/webstore/detail/jupyter-notebook-viewer/ocabfdicbcamoonfhalkdojedklfcjmf?hl=en)
## Features
* Renders local and remote URLs
* Granular access to remote origins
* Full control over the compiler options
* Themes
* Auto reload on file change
* Syntax highlighted code blocks
* Table of Contents (TOC)
* MathJax support[![demonstration](http://img.youtube.com/vi/x0nYGZDbEoY/0.jpg)](https://www.youtube.com/watch?v=x0nYGZDbEoY "demonstration")
## How To Install
[video instruction](https://www.youtube.com/watch?v=izGeP2wyOIk)## Manual Installation
Chrome
1. Clone this repository
2. Navigate to `chrome://extensions`
3. Make sure that the `Developer mode` checkbox is checked at the top
4. Disable the Markdown Viewer extension downloaded from the Chrome Store
5. Click on the `Load unpacked extension...` button and select the cloned directory> Note that in this case you won't receive any future updates automatically.
## References
Kudos to the authors of the projects (the extension based on their works):
* [markdown-viewer](https://github.com/simov/markdown-viewer)
* [nbpreview](https://github.com/jsvine/nbpreview)
* [jupyter-themes](https://github.com/dunovank/jupyter-themes)