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 contentSize warning to search Jupyter notebook #24

Open
5 tasks
vchendrix opened this issue Nov 8, 2022 · 0 comments
Open
5 tasks

Add contentSize warning to search Jupyter notebook #24

vchendrix opened this issue Nov 8, 2022 · 0 comments
Labels

Comments

@vchendrix
Copy link
Member

vchendrix commented Nov 8, 2022

Jupyter Notebook should provide code to:

  • Add table of contents for improving navigation
  • Add a function that checks contentSize. Send a warning if the file is greater than some reasonable file size limit for download (5GB-10GB?). Send a positive response if it's below that limit.
  • Maybe prevent the file from being downloaded if it's above the limit? So we would modify steps 6 and 7
  • Styling Consistency: 4.b. uses HTML to display a "Files" header in the output (display_html("

    FILES

    contentSize is in kilobytes

    ", raw=True)). Display a similar header for 4.a. as well
  • Test jupyter notebook with ESS-DIVE team members
@vchendrix vchendrix self-assigned this Nov 8, 2022
@mburrus mburrus changed the title Add example in Jupyter not book for using the new fileSize attribute Add example in Jupyter notebook for using the new fileSize attribute Nov 24, 2022
@mburrus mburrus changed the title Add example in Jupyter notebook for using the new fileSize attribute Add contentSize warning to search Jupyter notebook Dec 1, 2022
@vchendrix vchendrix removed their assignment Jan 11, 2023
@vchendrix vchendrix added the cep label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant