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-expressions/jXn6ABM-/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-expressions/jXn6ABM-/docs/lib/python3.10/site-packages/markdown_exec/formatters/_exec_python.py", line 8, in exec_python
exec(compiled, exec_globals) # noqa: S102
File "<code block: session main; n1>", line 1, in <module>
from qadence2_expressions.main import main
ModuleNotFoundError: No module named 'qadence2_expressions.main'