Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
jovian.commit(project='first-steps-with-python')
[jovian] Attempting to save notebook..
pip install nltk
Requirement already satisfied: nltk in /srv/conda/envs/notebook/lib/python3.7/site-packages (3.5) Requirement already satisfied: click in /srv/conda/envs/notebook/lib/python3.7/site-packages (from nltk) (7.1.2) Requirement already satisfied: tqdm in /srv/conda/envs/notebook/lib/python3.7/site-packages (from nltk) (4.50.2) Requirement already satisfied: joblib in /srv/conda/envs/notebook/lib/python3.7/site-packages (from nltk) (0.17.0) Requirement already satisfied: regex in /srv/conda/envs/notebook/lib/python3.7/site-packages (from nltk) (2020.10.11) Note: you may need to restart the kernel to use updated packages.
import nltk