Skip to content

Latest commit

 

History

History
133 lines (78 loc) · 1.96 KB

template.md

File metadata and controls

133 lines (78 loc) · 1.96 KB
jupytext kernelspec
formats text_representation
ipynb,md:myst
extension format_name format_version jupytext_version
.md
myst
0.8
1.4.2
display_name language name
Python 3
python
python3

Template Case Studies Notebook

+++

Synopsis

Data:

Goal:

Tools:

+++

+++

On-ramp: main take-away from this notebook

Text

Our advice is to simply run the code below and see what happens ...

# Import packages
from pylab import *           
%matplotlib inline

# Include full implementation of your case study analysis

Introduction

Text

Case Study Data

Text

Goal

Text

Tools

Text

+++

Data Analysis

+++

Here's how to:

  1. add a note
  2. link to another chapter
  3. ... or an outside source [Hodgkin & Huxley, 1952]
  4. create a hover figurefig or equationeq

+++

Q: This is a question.

A: And an answer.

+++

This is a Python note.

+++

This is a math note.

+++

Back to top

+++

Summary

Text

+++

Back to top