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.
- Host: GitHub
- URL: https://github.com/danielc92/python-bakery
- Owner: danielc92
- Created: 2019-06-12T00:12:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T03:13:55.000Z (about 7 years ago)
- Last Synced: 2025-03-20T08:51:22.705Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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