An open API service indexing awesome lists of open source software.

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

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)