##// END OF EJS Templates
Python vs IPython: recommend %cd, %env over !cd, !export...
Python vs IPython: recommend %cd, %env over !cd, !export The quick overview mentioned `!cd DIR` among examples of shell commands one might use —but that doesn't work as user would hope (can only affect commands in same ! e.g. `!cd /; pwd`). That's not as bad now that `!cd` prints a warning, but IMHO better to provide the right mental model up front. => Replaced that with minimal motivation why `!cd` and `!export` can't work, recommending some %magic alternatives; moved it out of examples to not distract, and right before Magics section.
Beni Cherniavsky-Paskin -
r29043:9b6f0ea1
Show More
Name Size Modified Last Commit Author
/ IPython / lib
tests
__init__.py Loading ...
backgroundjobs.py Loading ...
clipboard.py Loading ...
deepreload.py Loading ...
demo.py Loading ...
display.py Loading ...
editorhooks.py Loading ...
guisupport.py Loading ...
latextools.py Loading ...
lexers.py Loading ...
pretty.py Loading ...