Sample page
This is just a sample notebook to showcase the rendering of Jupyter notebooks in the documentation.
Traceback (most recent call last):
File "/home/runner/.local/share/hatch/env/virtual/qadence2/T-GisMMX/docs/lib/python3.10/site-packages/markdown_exec/formatters/python.py", line 71, in _run_python
exec_python(code, code_block_id, exec_globals)
File "/home/runner/.local/share/hatch/env/virtual/qadence2/T-GisMMX/docs/lib/python3.10/site-packages/markdown_exec/formatters/_exec_python.py", line 7, in exec_python
compiled = compile(code, filename=filename, mode="exec")
File "<code block: session main; n1>", line 1
from qadence2-core.main import main
^
SyntaxError: invalid syntax