I am new to Python. I wonder if is it possible to install a new package from inside iPython Notebook.
I tried pip install address
but it returns error:
pip install address
^
SyntaxError: invalid syntax
Yes you can
Use the following syntax:
!pip install packagename
Reference thread
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With