IPython Extensions Not Used #9825
Unanswered
jcarpinelli-bdai
asked this question in
Q&A
Replies: 2 comments
-
I don't think we document support for IPython extensions anywhere in our docs. Why do you expect this to work? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
When writing a
.qmd
file, IPython extensions appear not to be used. For example, I am trying to use thenb_mypy
extension to type-check all code blocks. Executing the code blocks in a notebook (.ipynb
file) shows that the extension is running. When I write%load_ext nb_mypy
in a.qmd
file though, type checks are not conducted.Steps to reproduce
First,
pip install nb_mypy
. Then,quarto render
the following document. No errors will be shown in the rendered output. If youquarto convert
the document to a notebook, then open and execute the notebook, you will see errors thrown bynb_mypy
.Expected behavior
The document show errors as output values, just as the document shows in an
IPython
notebook.Actual behavior
No errors are shown in the rendered output.
Your environment
Quarto check output
> quarto check Quarto 1.4.554 [✓] Checking versions of quarto binary dependencies... Pandoc version 3.1.11: OK Dart Sass version 1.69.5: OK Deno version 1.37.2: OK [✓] Checking versions of quarto dependencies......OK [✓] Checking Quarto installation......OK Version: 1.4.554 Path: /opt/quarto/bin [✓] Checking tools....................OK TinyTeX: v2024.05 Chromium: 869685 [✓] Checking LaTeX....................OK Using: TinyTex Path: /home/dev/.TinyTeX/bin/x86_64-linux Version: 2024 [✓] Checking basic markdown render....OK [✓] Checking Python 3 installation....OK Version: 3.10.12 Path: /workspaces/asi/venv/bin/python3 Jupyter: 5.7.2 Kernels: python3 [✓] Checking Jupyter engine render....OK [✓] Checking R installation...........(None) Unable to locate an installed version of R. Install R from https://cloud.r-project.org/
Beta Was this translation helpful? Give feedback.
All reactions