jupyterlab / jupyterlab-demo

Demonstrations of JupyterLab
https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab
Other
184 stars 242 forks source link

Add the Lorenz differential equation notebooks we use in screenshots. #60

Closed jasongrout closed 6 years ago

jasongrout commented 6 years ago

This is a simplified notebook from the poster-child example for the notebook, the ipywidgets Lorenz demonstration. I simplified it slightly to make it easy to take a screenshot containing both the equations and the interact.

CC @ellisonbg

jzf2101 commented 6 years ago

@jasongrout don't we need lorenz.py?

jasongrout commented 6 years ago

Yes, it's here.

jasongrout commented 6 years ago

https://github.com/jasongrout/jupyterlab-demo/blob/2827cb897abbd812d51799811208b724a84fbc27/notebooks/lorenz.py

blink1073 commented 6 years ago

Thanks!