Fernando Perez, creator of IPython, suggests this:
In [1]: %%bash
. ~/.bashrc
<my_fancy_bash_function> <function_argument>
This works on the current stable version (0.13.2). He admits that’s a bit clunky, and welcomes pull requests. . .
Fernando Perez, creator of IPython, suggests this:
In [1]: %%bash
. ~/.bashrc
<my_fancy_bash_function> <function_argument>
This works on the current stable version (0.13.2). He admits that’s a bit clunky, and welcomes pull requests. . .