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