DEV Community

Arjun Srivastava
Arjun Srivastava

Posted on

1 1

Double click to open in Jupyter

Repo : https://github.com/arjunbazinga/ipynb_viewer

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

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"

Steps

  • git clone the repo
  • 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.
  • Open Chrome and navigate to chrome://extensions/
  • Turn on developer mode (right corner)
  • select load unpacked, and select the ipynb_viewer/chrome folder.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay