Open girishramnani opened 7 years ago
you can use ! prefixed to commands to run them on shell directly so something like
!
!pip install
will work.
more can be found here. https://ipython.org/ipython-doc/3/interactive/magics.html
@girishramnani Thanks.
you can use
!
prefixed to commands to run them on shell directly so something likewill work.
more can be found here. https://ipython.org/ipython-doc/3/interactive/magics.html