You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an example for a simple linear fit to a noisy data. This script can be
run in IPython "demo" mode. To use demo mode, start IPython and execute
the following commands:
In [1]: %run LinerFit.py demo
In [2]: demo()
...
In [3]: demo()
...