Skip to content

Open your .ipynbs in your jupyter process on double click

Notifications You must be signed in to change notification settings

arjunbazinga/ipynb_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Ipynb Viewer : browser extension

This extension opens your .ipynb file, using the current jupyter process.

Configured using PORT and JUPYTER_PATH

Which is basically going from

"file:://JUPYTER_PATH/foo/bar/your_ipynb_file.ipynb" to "http://localhost:PORT/notebooks/foo/bar/your_ipynb_file.ipynb"

Tested In Chrome.

How to use this?

  1. git clone this repo
  2. edit chrome/background.js to customize JUPYTER_PATH (NECESSARY), and PORT. The JUPYTER_PATH is most likely the location at which you ran jupyter notebook on.
  3. Open Chrome and navigate to chrome://extensions/
  4. Turn on developer mode (right corner)
  5. select load unpacked, and select the ipynb_viewer/chrome folder.

About

Open your .ipynbs in your jupyter process on double click

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published