Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lectures/knowing_forecasts_of_others.md
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,8 @@ import plotly.offline as pyo
from statsmodels.regression.linear_model import OLS
from IPython.display import display, Latex, Image

pyo.init_notebook_mode(connected=True)
# Uncomment the following line when running in a notebook
# pyo.init_notebook_mode(connected=True)
```

```{code-cell} python3
Expand Down
Loading