[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


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/
> 



More information about the Python-ideas mailing list