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

Function that returns a table of all available sessions #4

Open
2 tasks
alexpiet opened this issue Feb 12, 2024 · 1 comment
Open
2 tasks

Function that returns a table of all available sessions #4

alexpiet opened this issue Feb 12, 2024 · 1 comment
Labels
blocked The issue is blocked by an external dependency enhancement New feature or request help wanted Extra attention is needed

Comments

@alexpiet
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
We would like the ability to get a table of all available sessions on code ocean. Ideally we could pass in a dictionary of filters to apply to the table. Like coupled/uncoupled, stage, performance, etc.

Describe the solution you'd like

  • A function that accepts a dictionary of filters and returns a pandas table of available sessions. Each row is a session, and the columns are all available metadata columns
  • Evaluate whether this should be cached, or can be computed on the fly
  • Work with Sci.Comp to ensure best practices with AWS assets
@hanhou hanhou added enhancement New feature or request help wanted Extra attention is needed labels Mar 6, 2024
@hanhou
Copy link
Collaborator

hanhou commented Mar 6, 2024

  • Similar idea: filtering session from df_session in the Streamlit app.

@hanhou hanhou added the blocked The issue is blocked by an external dependency label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked The issue is blocked by an external dependency enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants