I'm trying to follow a version control tutorial in an IPython Notebook by Fernando Perez, a static version of which can be found here.
He uses the %%bash
magic extensively, but When I use it I get the following error:
ERROR: Cell magic function %%bash
not found.
Even though when I use the !git
command; everything works fine.
Specifics:
C:\Python27\Scripts;
C:\Program Files (x86)\Git\cmd;
C:\Program Files (x86)\Git\bin\;
Are all added to my system path.
I'm running the 0.13.2 version of IPython installed via a 64 bit windows binary from Christoph Gohlke at his site.
Running Git 1.8.0
Related:
Magic function `bash ` not found
His solution is to update his IPython version. My Version is updated.