-
DescriptionIt's quite common to find a Jupyter Notebook with a cell to install Python packages using
Given this minimal working example that has a Jupyter Notebook with instructions to install local a Python package, run
The problematic line is
Can Quarto remove the invalid character when producing the intermediary I tried using Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Why don't you use a code cell to setup dependencies which you actually don't include? Maybe cell magic symbol Alternatively, see https://quarto.org/docs/computations/execution-options.html#shell-commands. |
Beta Was this translation helpful? Give feedback.
Reported upstream as jupyter/nbconvert#2035.