Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.1 KB

Jupyter Notebooks Template Project

Example repository to use as template for starting any projects that need Jupyter Notebooks.

Getting started

Read this section for how to run this project locally.

Installing this template for your project

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.

Prerequisites

This project requires the following prerequisite dependencies to be installed on local machine:

Usage

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