Yuna Luzi

Results 37 comments of Yuna Luzi

I've narrowed down the issue to these two code-blocks: ```` ```{code-cell} ipython3 %%file math2.py pi = 'foobar' ``` ```{code-cell} ipython3 import math2 ``` ```` I can't find the location of...

Ah you're right, I found the file in `artefacts` under the appropriate hashed folder.

I've used `:class: no-execute` for code-blocks in rST files (see example [here](https://github.com/executablebooks/quantecon-example/blob/45658515f1046dda7431e20fc43c4504a616388d/source_rst/debugging.rst)). I wonder if that works as a tag in a notebook.

I have utilized `:scale:` in [quantecon-example](https://github.com/ExecutableBookProject/quantecon-example) (see `book/docs/`). I think it would be easy to copy-paste + minor edits into the actual `rST` files if @jstac thinks the size dimensions...

It looks like copy-pasting the scale parameter doesn't necessarily scale them to the same size as in the [quantecon-example](https://github.com/ExecutableBookProject/quantecon-example). I just rendered them locally and played around with the scale...

Here are three examples of how one could use placeholders when referencing labels through `proof:ref`: - ``{proof:ref}`some text %s ` `` where `%s` will return the number of the node...

I tried `--upgrade` but it was unsuccessful during `make coverage`. Here's a screenshot of the error for `chang_ramsey` lecture:

Hey @shizejin have you had any luck with the last two lectures?