# newer for poetry
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.2.1 python3 -
# install dependency
poetry install
poetry shell
# launch notebook
jupyter notebook
- pandas-titanic3.ipynb first read for pandas newers
- pandas-stocks.ipynb parse data with matplotlib
- use [python save-stock-info.py] to refresh stock data
- quandl-pilot.ipynb another example for data show
- pandas-ist256.ipynb another guide by michael fudge