Example repository to use as template for starting any projects that need Jupyter Notebooks.
Read this section for how to run this project locally.
Use git to clone this repository into your computer.
git clone https://github.com/ethashamahmed/jupyter-notebooks-template.git
Then copy the contents of this template repository into your project's repository.
This project requires the following prerequisite dependencies to be installed on local machine:
Add notebooks to notebooks sub-directory.
Use Makefile to setup local environment.
# Run to install project dependencies.
make init
# Run to start Jupyter Notebook server and view notebooks in browser.
make notebooks