Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 917 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 917 Bytes

Launch Jupyter notebook from macOS Finder

A macOS app for running a Jupyter notebook instance directly from Finder's current folder.

Important: It is meant to be installed as a Finder toolbar button.

Installation and usage

  1. Download and unzip the latest release of the app.
  2. Press the command (⌘) key and drag app to the Finder toolbar:

drag and drop example

  1. A Jupyter notebook instance will be launched on the current folder when you click the toolbar button.

From source

  1. Clone jupynb-finder-button repository:
git clone https://github.com/lmarti/jupynb-finder-button
  1. Follow Dimitrios Zacharopoulos instructions on how to convert an AppleScript script into a macOS app.

  2. A ICNS image button for the app is available.

Enjoy!