CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
veeralakrishna

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: veeralakrishna/DataCamp-Project-Solutions-Python
Path: blob/master/A Visual History of Nobel Prize Winners/requirements.txt
Views: 1229
1
python==3.9.7
2
3
# Libraries for data analysis and visualization
4
pandas==1.3.3 # Data manipulation and analysis
5
seaborn==0.11.2 # Data visualization
6
numpy==1.21.2 # Numerical computations
7
8
# Data cleaning and preprocessing
9
klib==0.3.1 # Data cleaning and visualization
10
11
# Plotting and visualization
12
matplotlib==3.4.3 # Creating plots and graphs
13
14
# Any IDE for development ( eg: VS Code , Jupyter Notebook)
15
16