/ipython_notifier

simple decorator based on punc to use on long-long functions in the Ipython

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Ipython Notifyer

NOTE: this code is deprecated. please use jupyter-notify instead.

Ipython notifyer is dependent on pync package and meant as a tiny decorator for your heavy long functions. It is especially useful in the Ipython, as web browser can lead to the massive destruction :-)

Dependency

Installation

pip install git+https://github.com/Casyfill/ipython_notifier@master

Example

ipython example

Roadmap

  • initial sketch
  • example and screen-shot
  • check pip install
  • exception
  • timer
  • now wrapper inherits docstring, name and module metadata from original function (for debugging purposes)
  • simple nosetests
  • print job name
  • check licenses
  • create wheel
  • create anaconda package