lecture-datascience.myst
lecture-datascience.myst copied to clipboard
Source repository for QuantEcon Datascience
Right now only a hardcoded ubtton https://jupyterbook.org/interactive/launchbuttons.html#jupyterhub-buttons-for-your-pages What would be required to have it configurable... Get this working with a hardcoded ubc syzygy jupyerhub button. Turn off later if we...
The Github Action should: 1. Build the project and push to `gh-pages`
Here is the build output for the current `sphinx-tomyst` build of the `myst` files from `lecture-source-ds` ```bash ~/repos-collab/lecture-source-ds sphinx-tomyst ✔ 24d22h ▶ make clean && make myst Removing everything under...
It seems like very frequently, test/preview builds will succeed on alternative branches, but fail when they are merged into `main`. Furthermore, when drafting a release/publish from main, more build issues...
Pandas is constantly updating and making big changes and deprecating methods; some of which are core to certain lectures. It's getting harder to keep that pinned version
I noticed that the 3D scatter plots are not appearing in tools/regression.ipynb, in the compiled online version. The 3D graphs seem to work fine and compile in jupyter
In parts that cover NPV, the notes occasionally use t=0, which is confusing to the students. Should go through and start the indexing at t=1 for NPV problems, and indicate...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...