lecture-datascience.myst
lecture-datascience.myst copied to clipboard
Source repository for QuantEcon Datascience
range in Python is not a generator. zip and enumerate are. So, I delted range in the sentence above.
This closes #198
Ready for review/merge.
I want to have the problem sets at least partially automatically graded. I have edited problem_set_1.md to use [otter-grader](https://otter-grader.readthedocs.io/en/latest/index.html). I don't especially like the otter-grader syntax, but it seems to...
In the codespaces branch, it does not automatically pick the right default python kernel. This could be an upstream bug, but worth seeing if there is an additional setting necessary...
I don't know whether it is an intended feature or not, but the notebooks that now we fetch into Binder/Colab are not executed ones. This is different from what we...
Both sections are outdated as @wupeifan mentioned. "1.This is a set of issues that we should change in cloud setup and local installation when switching from the old site to...
issue https://github.com/QuantEcon/sphinx-tojupyter/issues/32, adding for documentation purposes
We might want to finalize the servers for launching the notebook. Right now, for the new website, we have two public servers: the BinderHub and the Colab, but no private...