- System requirements:
# pip3
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python3 get-pip.py --user
- Installing requirements:
pip3 install -r requirements
- Running
jupyter notebook
jupyter notebook stock_price_prediction.ipynb
# - Alt + Enter runs one cell and goes to the next one.
# - The user can also Ctrl + Shift + P => "run all"
It is also possible open stock_price_prediction.html
, which is a snapshot of
one reproduction from the jupyter notebook.