Skip to main content

Bell magic for jupyter notebook

Project description

Bell magic for IPython. Rings a bell when cell evaluation (IPython shell or notebook) is complete.

pip install cellbell

Use as cell or line magic:

# Import
import cellbell

# line magic
%ding my_long_function()

# cell magic
%%ding
time.sleep(4)
my_long_function()
time.sleep(2)
print("done")

Inspired by ipython-bell, but works on all systems by playing a wav.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cellbell-0.0.2.zip (162.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page