What is the purpose of the "!" in !pip? example !pip install tensorflow-gpu==2.0.0. While this seems to work I do not understand the use of the "!".
It means run it as a shell command rather than a notebook command
Try !ls or !pwd
It's the same as if you opened up a terminal and typed it without the !
It's very convenient and you can pass variables between the terminal and your notebook
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