I am experimenting with this new theme in the PR: QuantEcon/lecture-python-programming.myst/pull/345..
The new theme fails on launching the colab because the URL is incorrect. The URL in the launched colab is pointing to: QuantEcon/lecture-python-programming.myst.notebooks/blob/main/about_py.ipynb but the correct URL should be https://github.com/QuantEcon/lecture-python-programming.notebooks/blob/main/about_py.ipynb.
There's an extra .myst which leads to this error. I was checking the code but didn't find the exact location to fix. It would be great if someone could point me to the correct direction for fixing this.
Thanks.
cc @mmcky
I am experimenting with this new theme in the PR: QuantEcon/lecture-python-programming.myst/pull/345..
The new theme fails on launching the colab because the URL is incorrect. The URL in the launched colab is pointing to:
QuantEcon/lecture-python-programming.myst.notebooks/blob/main/about_py.ipynbbut the correct URL should be https://github.com/QuantEcon/lecture-python-programming.notebooks/blob/main/about_py.ipynb.There's an extra
.mystwhich leads to this error. I was checking the code but didn't find the exact location to fix. It would be great if someone could point me to the correct direction for fixing this.Thanks.
cc @mmcky