Previewing Presentation in jupyter-notebook failing #5591
-
Hi team, I wanted to reach out regarding an issue I encountered while attempting to follow the Jupyter notebooks presented in the nbdev tutorial at JupyterCon 2023. Specifically, I have been working with the Jupyter notebook located at the following GitHub repository: https://github.com/fastai/jupytercon-2023/tree/main/_quarto_demo. Upon running the command quarto preview presentation.ipynb on my local machine, I received the following error message:
If you are interested to see the full output, check this gist document. I would really appreciate any help in fixing this issue for me in the local. I guess I might be missing some necessary dependencies. Also please point me to some relevant documentations, where I can learn more. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need the shinylive Quarto extension and dependencies, see https://github.com/quarto-ext/shinylive. |
Beta Was this translation helpful? Give feedback.
You need the shinylive Quarto extension and dependencies, see https://github.com/quarto-ext/shinylive.