Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 480 Bytes

Data Automation

This repo contains various scripts and jupyter notebooks related to Balancer and Maxis

How to run notebooks locally

  • Create venv by python3 -m venv venv
  • Activate venv by source venv/bin/activate
  • Install requirements by pip install -r requirements.txt
  • Run jupyter lab by jupyter lab

After that jupyter lab is running and it should open in browser

Alternative, you can run it in Pycharm by simply pressing a button in the top right corner