8000 Bump the version and add to the CHANGELOG and README. (#26) · Nikki-Gu/jupyter-notify@d45d4d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Bump the version and add to the CHANGELOG and README. (ShopRunner#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdagost authored Nov 6, 2017
1 parent 23f21c1 commit d45d4d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.1.14] - 2017-11-06
### Added
- Added feature where clicking on the notification body changes focus to the window and tab with the notebook (from @Darel13712)

## [0.1.13] - 2017-11-03
### Added
- Added line magic %notify to trigger notifications mid-cell (from @bensteers)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img src="https://s3.amazonaws.com/shoprunner-github-logo/jupyter_chrome.png" alt="Jupyter notebook notification in Chrome" width="750"/>
<img src="https://s3.amazonaws.com/shoprunner-github-logo/jupyter_firefox.png" alt="Jupyter notebook notification in Firefox" width="750"/>

This package provides a Jupyter notebook cell magic `%%notify` that notifies the user upon completion of a potentially long-running cell via a browser push notification. Use cases include long-running machine learning models, grid searches, or Spark computations. This magic allows you to navigate away to other work (or even another Mac desktop entirely) and still get a notification when your cell completes.
This package provides a Jupyter notebook cell magic `%%notify` that notifies the user upon completion of a potentially long-running cell via a browser push notification. Use cases include long-running machine learning models, grid searches, or Spark computations. This magic allows you to navigate away to other work (or even another Mac desktop entirely) and still get a notification when your cell completes. Clicking on the body of the notification will bring you directly to the browser window and tab with the notebook, even if you're on a different desktop (clicking the "Close" button in the notification will keep you where you are).

### Supported browsers
The extension has currently been tested in Chrome (Version: 58.0.3029) and Firefox (Version: 53.0.3).
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ a browser push notification. Use cases include long-running machine
learning models, grid searches, or Spark computations. This magic allows
you to navigate away to other work (or even another Mac desktop
entirely) and still get a notification when your cell completes.
Clicking on the body of the notification will bring you directly to the
browser window and tab with the notebook, even if you're on a different
desktop (clicking the "Close" button in the notification will keep you
where you are).

Supported browsers
~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='jupyternotify',
version='0.1.13',
version='0.1.14',
description='A Jupyter Notebook %%magic for Browser Notifications of Cell Completion',
long_description=readme+'\n\n'+authors+'\nLicense\n-------\n'+license,
author='Michelangelo D\'Agostino',
Expand Down

0 comments on commit d45d4d8

Please sign in to comment.
0