-
Notifications
You must be signed in to change notification settings - Fork 46
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
Question: How to render cell output using Data Table Renderers #619
Comments
In the Interactive here means "attach a tty/terminal." Do you have any suggestions on how we can make this clearer in docs or otherwise? Btw, you should be able to leave the |
I just checked how mime/media type detection works and realized we could technically offer a button (e.g., next to "Copy") to switch to non-interactive mode if we detect a non-plain-text media type 🤔. We could track this as a feature request. It likely would make it more "obvious" how to leverage other renderers. Thoughts, @jlewi? |
Thank you. I wound up here For the docs it might be helpful to have guide sections that show how to deal with rendering e.g. in this case It looks like you have a bunch of how tos under the guide section but based on the titles none of them jump out to me as relevant to my problem in this case. |
Thanks for the feedback! We'll take the suggestions for the docs back to the team. |
I haven't been able to reproduce this consistently but in some cases it looks like I observed it being necessary to clear cell outputs and rerun the cell after disabling interactive mode. I think the steps were
A confounding factor is that it looks like the |
Here's a discord thread with a demo of using
Data Table Renderers to render JSON output as a table.
It looks like the steps are
When I click on change cell presentation I don't see the data table renderer option.
Do you know what I'm doing wrong?
datatable_renderers.mp4
The text was updated successfully, but these errors were encountered: