🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

winbopen

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winbopen

Opens ipynb files on click. Reuses existing jupyter instance if possible.

0.7.2
PyPI
Maintainers
1

Opens ipynb files on double-click

winbopen looks for the nearest running notebook server - if it finds one, it opens a web browser to that notebook. If not, it starts a new notebook server in that directory.

Installation on Windows:

pip install winbopen --no-binary winbopen

Usage::

double-click on ipynb

If you're not on Windows, or double-clicking does not work run: `2

  • Linux/BSD: python3 -m nbopen.install_xdg
  • Mac: Clone the repository and run ./osx-install.sh
  • Windows: python -m nbopen.install_win

NB --no-binary is necessary to let the installer write to windows registry. Binary wheels do not support post-install hooks.

This is a fork of Thomas Kluyver's nbopen focused on Windows platform with the following improvements:

  • one-line installation
  • original nbopen stops working at a certain point of time - this bug is fixed

Keywords

jupyter

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts