https://github.com/magnitopic/data-science-journey
https://github.com/magnitopic/data-science-journey
data-science jupyter-notebook numpy python statistics
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/magnitopic/data-science-journey
- Owner: magnitopic
- Created: 2025-07-01T08:54:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T11:53:53.000Z (12 months ago)
- Last Synced: 2025-07-01T12:21:37.039Z (12 months ago)
- Topics: data-science, jupyter-notebook, numpy, python, statistics
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data-science-journey
This repository contains exercises and examples to learn data science concepts.
## Install
> _Optional_: Create a virtual environment
```bash
pip3 install virtualenv
python3 -m venv venv
source venv/bin/activate
```
Install dependencies
```bash
pip install -r requirements.txt
```
## Run Jupiter Lab
```bash
jupyter lab
```
Now access in the browser: [http://localhost:8888](http://localhost:8888)