16. Local Requests
ND9991 C04 L01 A09 Local Requests
IPython
The IPython environment gives you a way to write a program line-by-line in a terminal window, but this commands in this environment are different than typical shell commands. For example, if you want to do a pip install _ within an IPython environment, you have to put a ! before the shell command: !pip install _.
You can exit out of the IPython environment by quitting it, pressing Cmd+C.