Skip to content

Conversation

@margaretkennedy
Copy link
Contributor

@margaretkennedy margaretkennedy changed the title DOC-843: Update tutorial fix: DOC-843: Update tutorial Jul 15, 2025
@margaretkennedy margaretkennedy added the documentation Improvements or additions to documentation label Jul 15, 2025
@margaretkennedy
Copy link
Contributor Author

This doesn't let me add myself as a reviewer.

@github-actions
Copy link

ui docs preview (Available for 14 days)

ui_iris_min = ui.panel(iris_min, title="Min")

ui.stack(ui_iris_avg, ui_iris_max, ui_iris_min) = ui.stack(ui_iris_avg, ui_iris_max, ui_iris_min)
ui_stack = ui.stack(ui_iris_avg, ui_iris_max, ui_iris_min)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the solution here should be removing this line entirely. ui_stack displays as an error because it needs to be wrapped in a ui.dashboard, and the actual dashboard itself creates this stack internally in create_species_dashboard anyways.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jnumainville make whatever change you think is best. Paul found the error

@github-actions
Copy link

ui docs preview (Available for 14 days)

@margaretkennedy margaretkennedy merged commit 725457b into main Jul 15, 2025
17 checks passed
@margaretkennedy margaretkennedy deleted the DOC-848-ui_stack branch July 15, 2025 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deephaven.ui documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants