Jupyter file too large

Hello,
I have been uploading an assignment for grading but I am not getting a passing grade because the jupyter notebook says that my file is too large and it won’t run all of it. I have to have all of the file to receive a passing grade. Jupyter did give a short message about adjusting the limits so I can run all the records in my file, but I can’t find where I am supposed to go to change iit.
Thanks for any help.

There are no limits on file size for running notebooks in JupyterLab nor Jupyter Notebook. Some servers may limit upload size, but this is a question to administrator of the jupyter server deployment. It may be best to contact your university to ask if they can investigate the limits they are imposing, or to just try to strip outputs from the notebook to limit its size.

1 Like