Skip to content

Releases: QuantEcon/lecture-python-programming.myst

PUBLISH: 05th September 2022

04 Sep 23:27
219bc69

Choose a tag to compare

publish-2022sep05

Lecture Review: Restructuring Advanced Python Programming Section, Ta…

PUBLISH: 31st August 2022

31 Aug 03:57
de23d8e

Choose a tag to compare

Merge pull request #209 from QuantEcon/style-sheet

Chapter 10: Adding a Section on Matplotlib Style Sheets

PUBLISH: 23rd August 2022

22 Aug 23:54
3272f26

Choose a tag to compare

Update _config.yml

Update cell timeouts as they are close to 60s

PUBLISH: 15th August 2022

15 Aug 10:06
6d8ee89

Choose a tag to compare

Chapter 14: Add Example and Fix Index (#202)

* Fix dot points

* improve structure by adding an example

* Update DEPRECATED Line Magic

* fix typos and add emphasis

* minor improvements

* Update on !

PUBLISH: 11th August 2022

11 Aug 01:28
09de43a

Choose a tag to compare

publish-2022aug11

Chapter 14: Integrating Suggestions, Restructure Sections, and Update…

PUBLISH: 26th June 2022

26 Jun 00:49
f1be450

Choose a tag to compare

Improved support for Google Colab

PUBLISH: 16th June 2022

16 Jun 09:53
93da565

Choose a tag to compare

ENH: Adding Google Colab Support (#184)

* added colab url

Co-authored-by: mmcky <mamckay@gmail.com>

PUBLISH: 20th May 2022

20 May 00:40

Choose a tag to compare

publish-2022may20

MAINT: Update quantecon environment

PUBLISH: 09th May 2022

09 May 02:00
6a01737

Choose a tag to compare

publish-2022may09

[writing good code] Update typo (#179)

PUBLISH: 18th March 2022

18 Mar 02:20
bff06ac

Choose a tag to compare

ENH: Use sphinx-exercise for Styled Exercises and Solutions (#176)

* [functions]Migrating exercise to use sphinx-exercise

* add sphinx-exercise

* pull out code-cell until supported

* TST: new gated directives

* Enable dropdown via sphinx-togglebutton

* TST: see if sphinx-togglebutton works in sphinx_book_theme

* Restore quantecon-book-theme

* Empty commit to trigger rebuild

* Update all solutions to be hidden by default

* Update for sphinx-exercise

* Migrate to sphinx-exercise

* migrate to sphinx-exercise

* fix numpy syntax issue

* fix broken label

* Enable dropdown toggle for solutions

* Enable dropdown toggle for solutions

* move to use pypi sphinx-exercise==0.4.1

* upgrade sphinx-tojupyter==0.2.1

Co-authored-by: Shu <shu.hu@anu.edu.au>