Skip to content

ermakovpetr/ipython-anybar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipython-anybar

Now you can see when your cell is performed ;)

Notification of the end of code execution.

If you liked this extension, put a star this repo

How to install extension?

Run in ipython this command:

%install_ext https://raw.githubusercontent.com/ermakovpetr/ipython-anybar/master/ipython_anybar.py

How to run extension?

Run AnyBar

ANYBAR_PORT=1740 open -na AnyBar

Run in ipython two commands:

%load_ext ipython_anybar

and any of these commands

  1. %ipython_anybar_connect default host and port = localhost, 1738
  2. %ipython_anybar_connect [anybar port] default host = localhost
  3. %ipython_anybar_connect [my mac host] [anybar port]

Requirements

  • Python package on computer/server with ipython: pyAnyBar

You can install it: pip install pyanybar

More info this: https://github.com/philipbl/pyAnyBar

  • For Mac: AnyBar

You can install it: brew cask install anybar

More info this: https://github.com/tonsky/AnyBar

Enjoy

Write your suggestions for improvement and bug reports in this repo

About

Extension for ipython notebook (jupyter)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages