Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jottenlips/data-science-playground

Pandas-JupyterNotebook playground
https://github.com/jottenlips/data-science-playground

beginner easy-to-use getting-started jupyter-notebook minimalist pandas python python-intro python3 template tutorial virtualenv

Last synced: about 1 month ago
JSON representation

Pandas-JupyterNotebook playground

Awesome Lists containing this project

README

        

# Getting Started 🐼

## Install

* Run in your terminal.

[Download Python 3](https://www.python.org/downloads/mac-osx/)

or install via [Homebrew](https://brew.sh/)
> - `brew install python3`

`virtualenv --help`

* If you do not have it `pip3 install virtualenv`

* Create and activate a python environment. Run these commands in order.

`cd data-science-playground`

`virtualenv -p python3 venv`

`source ./venv/bin/activate`

`pip3 install -r requirements.txt`

## Run

be sure to be in the directory `data-science-playground` in your terminal.

be sure you have activated your virtual environment.
`source ./venv/bin/activate`

* run the command `jupyter notebook` to start your notebook

## Tutorial

navigate to `http://localhost:8888/notebooks/notebook.ipynb` in your browser

* shift+enter to run each cell

* open different json files and learn pandas :)