Skip to article frontmatterSkip to article content

Interactive figures using JupyterLite

In 1963, Edward Lorenz, with the help of Ellen Fetter who was responsible for the numerical simulations and figures, and Margaret Hamilton who helped in the initial, numerical computations leading up to the findings of the Lorenz model, developed a simplified mathematical model for atmospheric convection. The model is a system of three ordinary differential equations now known as the Lorenz equations:

dxdt=σ(yx),dydt=x(ρz)y,dzdt=xyβz.\begin{align} \frac{\mathrm{d}x}{\mathrm{d}t} &= \sigma (y - x), \\[6pt] \frac{\mathrm{d}y}{\mathrm{d}t} &= x (\rho - z) - y, \\[6pt] \frac{\mathrm{d}z}{\mathrm{d}t} &= x y - \beta z. \end{align}
Source:Matplotlib
Using the matplotlib hexbin plotting algorithm with various colormaps.

Figure 1:Using the matplotlib hexbin plotting algorithm with various colormaps.

Figure 2:Try to get pyhf working with only jupyterlite