lecture-datascience.myst
lecture-datascience.myst copied to clipboard
Source repository for QuantEcon Datascience
Also, I notice there are the _panels_static and _static in https://github.com/QuantEcon/lecture-datascience.notebooks Just verifying that these are not accessed by relative paths from the notebooks - since that would obviously not...
used to be there with the vanilla theme and was interactive. would be nice if we could add it back. helps a lot with navigation. just my two cents.
@mmcky proposed the solutino that the following was added: ``` :tags: ["remove-cell"] ``` which should hide both input and output. He said that That way they will execute as part...
I think that #113 is required for this to work. The idea is that this is a devcontainer for github pages for USERS and not for editing. So it would...
e.g. https://github.com/QuantEcon/lecture-python-programming.myst/blob/master/.github/workflows/ci.yml and the others. Easier to maintain if they share the same structure.
@WenxinM: "**This issue is transferred from the myst repo** There are two invalid links in the current notebooks, possibly due to the nested structure of the exercise. - One is...
1. ~`sklearn.util.testing` used in heterogeneity lectures causing module not found error.~ 2. ~`iid` argument in `model_selection.GridSearchCV` used in recidivism and ml in economics. see https://stackoverflow.com/questions/60869018/gridsearchcv-deprecated-iid-future-warning~
@WenxinM @aadsouza Anything that @arnavs givesa you takes precendence, but on downtime we should see what it would take to get a `.devcontainer` working for this sort of thing, along...