An open API service indexing awesome lists of open source software.

https://github.com/danielc92/python-bakery

Coding challenge involving calculating optimal number of order bundles for a fictional bakery.
https://github.com/danielc92/python-bakery

Last synced: 2 months ago
JSON representation

Coding challenge involving calculating optimal number of order bundles for a fictional bakery.

Awesome Lists containing this project

README

          

# Bakery Challenge
Coding challenge involving calculating optimal number of order bundles for a fictional bakery.

# Running
Running this notebook requires python3, jupyter notebooks and pandas library. You can also view the outputs on github, without the need to run it locally.

**Installing requirements**
```sh
pip install jupyter pandas
```

**Running the notebook locally**
Upon success the jupyter notebook server will run and open in the browser
```sh
cd /location/of/this/repo
jupyter notebook
```

# Contributors
- Daniel Corcoran