Skip to content

mrkvn/excel-problem-solving-with-python

Repository files navigation

Ensure that Python is already installed in your system.

Setup Environment

# install jupyter notebook
pip install notebook

# create virtual environment
python -m venv venv

# activate virtual environment
source venv/bin/activate # for Mac/Linux
.\venv\Scripts\activate # for Windows

# install dependencies
pip install -r requirements.txt

About

Excel Problem Solving with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published