@@ -14,8 +14,19 @@ kernelspec:
|
14 | 14 | This website presents a set of advanced lectures on quantitative economic modeling, designed and written by |
15 | 15 | [Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](http://johnstachurski.net/). |
16 | 16 | |
| 17 | +```{admonition} News |
| 18 | +[QuantEcon](https://quantecon.org) is moving to the [Jupyter Book](https://jupyterbook.org/intro.html) |
| 19 | +build system for all of its projects. We are a founding member of the |
| 20 | +[Executable Books Project](https://github.com/executablebooks), an international collaboration to |
| 21 | +build open source tools that facilitate publishing using the Jupyter |
| 22 | +ecosystem. Please send feedback to [contact@quantecon.org](mailto:contact@quantecon.org) |
| 23 | +``` |
| 24 | + |
17 | 25 | For an overview of the series, see [this page](https://quantecon.org/python-lectures/) |
18 | 26 | |
19 | 27 | ```{tableofcontents} |
20 | 28 | ``` |
21 | 29 | |
| 30 | +```{admonition} Previous website |
| 31 | +While this new site will receive all future updates, you may still view the [old site here](http://rst-python-advanced.quantecon.org) for the next month. |
| 32 | +``` |