-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedded tables are not rendering in parent quarto document #7210
Comments
I believe you are trying to use a Jupyter Notebook only feature: https://quarto.org/docs/authoring/notebook-embed.html So it won't work with |
Thanks for the prompt response! I don't understand how than it works in Roughly speaking, the only difference between slides and mine reprex is that the project type wasn't specified. Could that be the reason? |
Oh yes new manuscript format and features. Sorry - I missed that. 🤦 Thanks for additional content ! Recent work have support for .qmd embedding indeed using intermediary files. I see there was a bug with @dragonstyle will known more. |
Sure it is! It turns out that only Example 1original issue switched to Example 2original issue switched to Example 3original issue without |
Thanks for the additional details - I am tracking down the issues and think I know how to fix... will update here soon... |
This is resolved in the current Quarto pre-release. |
@dragonstyle I'm still unable to render gt tables using a manuscript project type using quarto version 1.5.22 or 1.4.358. are there plans to add gt and other tables for manuscripts in the future? Or are there ways around this problem you know of? |
@DOH-FAA3303 please provide a reproducible example as plain text or a Git repository. I suggest you open a new issue (possibly linking this one) with a reproducible example and all information requested in the template. |
@mcanouil I meant i reproduced this example exactly and was unable to render the gt table. I will make a new issue |
Thanks for the clarification. |
Unfortunately, using screenshots is really a pain. |
I just submitted a new issue with the example in markdown @mcanouil |
Bug description
I am attempting to embed a table from one .qmd file into another .qmd file (parent document). However, regardless of how the table is rendered (using kable, gt, or hux), the embedding process causes the rendering to fail with the following errors. Individually, each quarto document renders successfully to .html.
Steps to reproduce
There are two documents. One is the parent document, the second is the supplementary document (named
inset-table.qmd
).Parent document
Supporting document (
inset-table.qmd
)Expected behavior
There should be two tables printed using the
gt
package in the parent document.Actual behavior
Quarto crashes with the following error
Your environment
IDE: RStudio 2023.09.1+470 "Desert Sunflower" Release (ecb7e65667c9e2f54fdec9e313f24df8c7b71adc, 2023-10-04) for windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2023.09.1+470 Chrome/116.0.5845.190 Electron/26.2.4 Safari/537.36
OS: Windows 10 Enterprise, 22H2, OS build 19045.3570
R:
Quarto check output
The text was updated successfully, but these errors were encountered: