Skip to content
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

feature request: a variable table like Jupyter Variable Explorer #96

Closed
ultranity opened this issue Sep 12, 2023 · 4 comments
Closed

feature request: a variable table like Jupyter Variable Explorer #96

ultranity opened this issue Sep 12, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@ultranity
Copy link

Description

Variable Explorer will be very helpful for debugging and improve UX.

It may visualize variables with their data graph dependencies as a further enhancement.

Suggested solution

provide a table for visualizing variables and/or data graph dependencies for better ux

Alternative

No response

Additional context

No response

@akshayka akshayka added the enhancement New feature or request label Sep 12, 2023
@akshayka
Copy link
Contributor

Thanks for the feature request! These are great suggestions.

We're iterating on designs for both, and will write back here as we make progress.

@akshayka
Copy link
Contributor

@ultranity, we just shipped a variable explorer with version 0.1.11 of marimo. Clicking on the variables icon in the bottom left of the editor brings up a variable pane that describes the types and values of each variable, as well as the cells its declared and referenced in. Here's an example of what it looks like:

image

Right now the format is just tabular. In the future we might visualize the cell dependencies in a graph view.

Please share any feedback you have!

@ultranity
Copy link
Author

@ultranity, we just shipped a variable explorer with version 0.1.11 of marimo. Clicking on the variables icon in the bottom left of the editor brings up a variable pane that describes the types and values of each variable, as well as the cells its declared and referenced in. Here's an example of what it looks like:

image

Right now the format is just tabular. In the future we might visualize the cell dependencies in a graph view.

Please share any feedback you have!

cool!!!

@akshayka
Copy link
Contributor

Hi @ultranity, I'm going to close this issue as completed. But feel free to re-open if you have other feedback!

We are planning to add a graph view as well — will write back here to let you know when we make progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants