[Python-ideas] Option of running shell/console commands inside the REPL
Mike Müller
mmueller at python-academy.de
Fri Feb 1 04:11:00 EST 2019
More information about the Python-ideas mailing list
Fri Feb 1 04:11:00 EST 2019
- Previous message (by thread): [Python-ideas] Option of running shell/console commands inside the REPL
- Next message (by thread): [Python-ideas] Option of running shell/console commands inside the REPL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 01.02.19 um 09:26 schrieb João Matos: > Hello, > > > Consider adding the option of running shell/console commands inside the REPL. > Something like >>>>!dir IPython provides exactly this: pip install ipython than start it with : ipython Get an overview of features with: In [1]: %quickref Mike > > > Best regards, > > João Matos > > > _______________________________________________ > Python-ideas mailing list > Python-ideas at python.org > https://mail.python.org/mailman/listinfo/python-ideas > Code of Conduct: http://python.org/psf/codeofconduct/ >
- Previous message (by thread): [Python-ideas] Option of running shell/console commands inside the REPL
- Next message (by thread): [Python-ideas] Option of running shell/console commands inside the REPL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list