- References
 script3.sh- activates virtual environment (orsource scripy3.sh).bashrc- for virtual environment- in .venv folder
 
- Python Select Interpreter
 - pip install ipykernel
 - pip install jupyter
 - sh installer.sh
 - python.exe -m pip install --upgrade pip
 - pip install notebook
 - pip install pandas
 - python -m pip install -U pip
 - python -m pip install -U matplotlib
 - pip install seaborn
 - pip install -U scikit-learn
 - pip install openpyxl
 - pip install nb-black
 - pip install xlwings
 - xlwings addin install
 - pip install natsort
 - pip install imageio
 
- pip freeze > requirements.txt
 
- pip install -r requirements.txt
 
- notebooks/K-Means.ipynb
 - data/technical_support_data-2.csv
 
*.json
!spec/*.jsonadapted to:
!*/ProcessedData.xlsx
git ignore all files of a certain type, except those in a specific subfolder