Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jottenlips/data-science-playground
- Owner: jottenlips
- Created: 2019-07-26T15:09:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T17:47:09.000Z (about 2 years ago)
- Last Synced: 2024-04-24T00:02:36.839Z (7 months ago)
- Topics: beginner, easy-to-use, getting-started, jupyter-notebook, minimalist, pandas, python, python-intro, python3, template, tutorial, virtualenv
- Language: Jupyter Notebook
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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 :)