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

Add a property to nbformat for storing multimedia #251

Open
adpatter opened this issue Mar 2, 2022 · 0 comments
Open

Add a property to nbformat for storing multimedia #251

adpatter opened this issue Mar 2, 2022 · 0 comments

Comments

@adpatter
Copy link

adpatter commented Mar 2, 2022

This issue is related to The browser hangs when a Notebook is opened that contains hundreds of MB of data in the metadata property.

We have a use case where we want to add audio and video to a Notebook that is not associated with any one cell. These are my thoughts:

  1. This isn't metadata; hence, it shouldn't be stored in the metadata property.
  2. This kind of content probably shouldn't be editable; hence, it shouldn't show up in the metadata editor.
  3. Loading the Notebook shouldn't be contingent on processing this data. Presently, if this data is stored in the Notebook metadata it is handled the same way that other metadata is handled, which is probably contributing to the issue described in 12145.
  4. Such a feature may facilitate new innovative ways of using Notebooks.
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