-
DescriptionThe Julia setup file (https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/jupyter/lang/julia/setup.jl) is setting theme arguments for CairoMakie -- is there a place in the documentation that outlines when this file is executed? If not, there is a risk of the user calling |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
(I agree this is a mess, and I know precisely why you're asking!) It's an artificially-inserted first cell in the notebook. It happens in line 127 of notebook.py. Just to keep you in the loop: we're currently having a discussion about how to expose and document this part to minimize the chance of users spending time chasing down this problem. Thanks for the patience! |
Beta Was this translation helpful? Give feedback.
(I agree this is a mess, and I know precisely why you're asking!)
It's an artificially-inserted first cell in the notebook. It happens in line 127 of notebook.py.
Just to keep you in the loop: we're currently having a discussion about how to expose and document this part to minimize the chance of users spending time chasing down this problem. Thanks for the patience!