Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rlabbe
GitHub Repository: rlabbe/Kalman-and-Bayesian-Filters-in-Python
Path: blob/master/experiments/Untitled2.ipynb
1700 views
Kernel: Python [default]
import matplotlib.pyplot as plt
%matplotlib inline plt.plot([1,3,6, 2]);
import time %matplotlib notebook plt.plot([1,3,6,1]); time.sleep(0.05) plt.gcf().canvas.draw() %matplotlib inline
<IPython.core.display.Javascript object>