Bell magic for jupyter notebook
Project description
Bell magic for IPython. Rings a bell when cell evaluation (IPython shell or Jupyter 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")
Can also be used directly by calling ding:
# Import import cellbell cellbell.ding()
Inspired by ipython-bell, but works on all systems by playing a wav.
Project details
Release history Release notifications | RSS feed
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.3.tar.gz
(160.1 kB
view details)
Built Distribution
cellbell-0.0.3-py2.py3-none-any.whl
(160.1 kB
view details)
File details
Details for the file cellbell-0.0.3.tar.gz
.
File metadata
- Download URL: cellbell-0.0.3.tar.gz
- Upload date:
- Size: 160.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c1cdbaa9ac7334f70a4038640440d5d10b473a94e1f3bbfb4e6cdcd59512709 |
|
MD5 | 933c2e8c2c245516b5af616d007f9cad |
|
BLAKE2b-256 | 6bd3d216b90325add2620f696c5186539bbd717921e1ff92b7b604debb35683b |
File details
Details for the file cellbell-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: cellbell-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 160.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f11443519c0aef4642ee47d28e4b90341275a37fb362038946e2d960eaefa4e1 |
|
MD5 | 9c1a9f2072ac45782287142ac3a93749 |
|
BLAKE2b-256 | e7accf661aa8295d0f07cd2cf28af22d042c225facf86954e4e6fe4a6dd00962 |