You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
Add example in Jupyter notebook for using the new fileSize attribute
Add contentSize warning to search Jupyter notebook
Dec 1, 2022
Jupyter Notebook should provide code to:
FILES
contentSize is in kilobytes
", raw=True)). Display a similar header for 4.a. as wellThe text was updated successfully, but these errors were encountered: