IPython Notebook %%bash Magic Error
问题 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