How to install pip ?
sudo python3 -m pip install --upgrade pip
How to install Jupyter Notebook without anaconda?
sudo python3 -m pip install jupyter
How to setup password for Jupyter Notebook?
jupyter notebook --generate-config
jupyter notebook YourPassword
How to install python packages with pip?
pip install Package_Name
How to Upgrade python packages using pip?
pip install --upgrade Package_Name
See All installed python packages)
Works in python idle,jupyter notebook etc. help("modules")
No comments:
Post a Comment