##// END OF EJS Templates
fix %edit foo for interactively defined variables...
fix %edit foo for interactively defined variables Effectively handles cases such as: In [1]: def foo(): return 5 In [2]: %edit foo Where `%edit foo` effectively turns into `%edit 1` by parsing the `<ipython-input-NN-…>` fake filename.

File last commit:

r7846:e288666b
r8547:5f3d6e0d
Show More
.gitattributes
5 lines | 109 B | text/plain | TextLexer
IPython/.git_commit_info.ini export-subst
* text=auto
*.py diff=python
*.js diff=javascript
*.html diff=html