Matt McKay
Matt McKay
@AakashGfude do you know which `css` elements I would need to bring in to a `sphinx_exercise.css` file to support those `icons`
@SylviaZhaooo if you agree with my "suggested" commits in the comments above. Please go ahead and click on "Commit Suggestion". Otherwise it would be great if you could add a...
thanks for your edits @jstac. Please let me know if this is ready to merge.
thanks @kp992 I have enabled `ubuntu-latest-m` as a larger runner for this repo. It will cost some money (as they aren't free) but it will be interesting to see how...
- [x] the `inflation_history` lecture fails on this test without https://github.com/QuantEcon/lecture-python-intro/pull/439 Thanks @kp992 I have reconfigured `QuantEcon` github and we will trial this repo with the larger runner to see...
This error is currently being reported ``` pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following...
> What if we install the latest version of pandas globally instead of installing in specific lecture? thanks @kp992 that won't work as we need it to be installed in...
@kp992 I think the key issue is that google colab appears much older via their docker container than via their current live interface. Pandas in the container is `1.5.3` and...
@kp992 I can't find anything else that will help with this re: collab docker container. Perhaps we need to build our own container with a pip freeze of the `google...
@kp992 I just followed these instructions to connect collab to a locally running instance and I am getting `pandas=2.0.3` so maybe our action isn't working inside of the container properly?...