python -m venv .venv
source .venv/bin/activate
pip install jupyterlab jupyter notebook
pip install numpy pandas seaborn nltk matplotlib scikit-learn tensorflow wordcloud
import nltk
nltk.download('stopwords')
python -m venv .venv
source .venv/bin/activate
pip install jupyterlab jupyter notebook
pip install numpy pandas seaborn nltk matplotlib scikit-learn tensorflow wordcloud
import nltk
nltk.download('stopwords')