Jupyter Notebook Tutorial

Jupyter Notebook Tutorial

Introduction

According to https://jupyter.org/

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text.

Jupyter is an environment for you to write code on your language of choice, evaluating its output as you go.

Also, Jupyter is the

Continue reading »

First Post - first order control "problem"

First post!

On this brog I intend to post some notebook-based python tutorials, mainly for transport phenomena.

While you're at it, let's solve a control problem:

Python modules

The bread and butter - numpy and matplotlib