File tree Expand file tree Collapse file tree 5 files changed +7
-31
lines changed
Expand file tree Collapse file tree 5 files changed +7
-31
lines changed Original file line number Diff line number Diff line change 11# nbchrome
22A lightweight viewer for Jupyter Notebooks as a Chrome Extension.
33This project differentiates from Jupyter Notebook Viewer by not requiring any server process.
4+ No data is sent or received over the network by the plugin.
45
56** Note: This project is currently at the proof-of-concept phase and some functionality may be missing.
67I would appreciate pull requests or git issues.**
@@ -11,10 +12,12 @@ I would appreciate pull requests or git issues.**
1112
1213Installation:
13141 . Download to a local folder.
14- 2 . Go to chrome://extensions and enable developer mode in the top-right corner.
15- 3 . Click 'Load unpacked' from the top-left corner and select the extension.
16- 4 . Open any .ipynb file in Chrome.
17- 5 . If you edit or update the extension, hit the reload button for the extension in the extension manager.
15+ 2 . Install nodejs
16+ 3 . npm install
17+ 4 . npm build-dev
18+ 5 . Go to chrome://extensions and enable developer mode in the top-right corner.
19+ 6 . Click 'Load unpacked' from the top-left corner and select the extension folder.
20+ 7 . Open any .ipynb file in Chrome.
1821
1922At the moment, if you hit an error it's probably because of some element that the script isn't handling.
2023If this happens it will probably just show you the raw json and look like nothing else happened.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments