docs: update jupyter doc#896
Merged
Merged
Conversation
7ea4143 to
5ca821e
Compare
jourdain
reviewed
Jun 10, 2026
|
|
||
| # Put the UI into the resulting cell | ||
| app | ||
| await app.display_cell(height="600px") |
Collaborator
There was a problem hiding this comment.
I would mention the 2 options. Returning the app is neat, but we should mention that it does not work with collab and the more explicit await is needed.
Contributor
Author
There was a problem hiding this comment.
I updated the doc to add the alternative syntaxes as an example. Let me know what you think!
jourdain
reviewed
Jun 10, 2026
| ```jupyter | ||
| %%capture --no-stderr | ||
|
|
||
| !pip install -q --upgrade trame trame-vtk trame-vuetify setuptools |
Contributor
Author
There was a problem hiding this comment.
I don't think so. It was listed in the install dependencies step from the section above and I copy pasted without thinking about it.
I have updated both sections.
jourdain
reviewed
Jun 10, 2026
Collaborator
|
Much better than the original doc. Happy to merge, but ideally, I would like to have the 2 options listed (return app or method call) |
9453218 to
d2e1d51
Compare
- Update Jupyter doc with display_cell trame-client API
d2e1d51 to
7770af6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to: