Hi Komal,
I am using two methods to upload files to Jupyter. First, I use a Python script designed for uploading files to the system. Alternatively, I also use the direct upload feature in Jupyter by clicking the upload button, as shown in the attached image.
Filesystem Size Used Avail Use% Mounted on
/dev/sdi 974M 319M 639M 34% /home/fabric/work
It was 73%, then I removed a lot of files, but the same problem persists.
uploaded_file_info = upload_widget.value[0]
When selecting a file larger than 8 MB, I notice that the status changes from “Idle” to “Busy” and then back to “Idle.” When I attempt to upload the file again, I see the message “Please upload a file,” even though I have already selected the file. Additionally, if a file smaller than 8 MB has been uploaded before attempting to upload the larger file, the previously uploaded smaller file is re-uploaded instead.
Thank you
Ali
Hi Victoria,
My Jupyter storage isn’t full; I still have 80 GB available.
I can’t upload files larger than 8 MB. When I try to upload directly to Jupyter, I see this message: Do you still want to upload it? [Cancel or Upload].
Thank you
Ali