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

Make Persist compatible with other Juptyer IDEs like VSCode and Jetbrains #112

Open
kirangadhave opened this issue Apr 11, 2024 · 0 comments
Assignees

Comments

@kirangadhave
Copy link
Member

Currently, we use the Cell metadata attribute to store and load trrack graphs.

To make it compatible widely, we need to consider two things:

  • How do you save/load outside metadata? (other IDEs don't have a similar API)
    • We need an API-independent way to do this.
  • Cell IDs are standardized, but not all IDEs implement them faithfully
  • Can we use another mechanism to track which cell is associated with which trrack graph?
@kirangadhave kirangadhave self-assigned this Apr 11, 2024
@kirangadhave kirangadhave changed the title store in files so it works with visual studio, vs code, jetbrains, etc. Make Persist compatible with other Juptyer IDEs like VSCode and Jetbrains Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant