lecture-datascience.myst
lecture-datascience.myst copied to clipboard
Source repository for QuantEcon Datascience
This PR - [x] upgrades to `anaconda=2024.02` - [x] upgrades GitHub action workflow versions to latest
This PR looks at simplifying the build environment for more stable publishing. - [ ] work through each lecture to ensure executing **independently** and packages are installed etc.
We received a report on [email protected] that the table (as shown in the static image) on the page: https://datascience.quantecon.org/pandas/groupby.html#extended-exercise is out of date. Thanks for reporting this Hemant.
There have been intermittent build failures involving lectures that rely on outside servers (e.g. working_with_text makes requests to http://geogratis.gc.ca/ for geolocation services) This creates a lot of instability with the...
Add devcontainer for the notebook repo to source control (for codespaces and vscode remote options)
Current there is a test branch directly on the notebook repo: https://github.com/QuantEcon/lecture-datascience.notebooks/tree/devcontainer-test/.devcontainer - [ ] This folder and files should be in https://github.com/QuantEcon/lecture-datascience.myst/tree/main/_notebook_repo in a `.devcontainer` folder - [ ]...
I am trying to follow and replicate the instructions laid out in the file "lecture-datascience.myst" My plastform is Windows 10 Pro x64 Here are the steps I followed: 1. I...
see https://github.com/QuantEcon/lecture-datascience.myst/pull/131#issuecomment-852667145
@mmcky this fixes #184 by replacing a LaTeX call to DeclareMathOperator with a more direct call.
@mmcky @wupeifan this fixes #181, which was the issue where an underscore in `text{}` would need to be escaped with a backslash to render properly. This turned out to only...
This PR enables the book style PDF to be built via LaTeX. **Changes:** Upgrading to mathjax v3 to use textmacros was necessary, to escape `_` inside `\text{}` as it is...