Skip to content

ethashamahmed/jupyter-notebooks-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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