##// END OF EJS Templates
Fix path handling in `pip` line magic (#13052)...
Fix path handling in `pip` line magic (#13052) * Fix path handling in `pip` line magic * Remove unused import * code style fix * Remove `_get_full_path()` (`sys.executable` is always absolute) * Quote executable path selectively, leaving whitespaces untouched. * forgotten join * reduce shlex usage - remove line split, leave only path quotation

File last commit:

r25060:fa316178
r26650:19c1a29c
Show More
index.rst
71 lines | 1.7 KiB | text/x-rst | RstLexer

What's new in IPython

This section documents the changes that have been made in various versions of IPython. Users should consult these pages to learn about new features, bug fixes and backwards incompatibilities. Developers should summarize the development work they do here in a user friendly format.