-
Notifications
You must be signed in to change notification settings - Fork 17
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
Uploading of notebook and data does not work #5
Comments
could you try https://2i2c.org/pilot/use.html#include-content-in-your-hub ? |
Hmm weird, it just worked for me. Try an nbgitpuller link and we can debug this later? |
The nbgitpuller works great. I have a notebook now, and the notebook can load or install the required packages. To test my full notebook, I need the upload function to work, because I cannot put our data files on GitHub. |
Makes sense. I guess you could try restarting your server and see if it works after doing so. Is the dataset particular large or anything? |
It doesn’t help. None of the uploads work, independent of file size. I can select the file, press upload, and then it stalls.
|
That's bizarre, I will try to look into it though am on baby duty right now! |
I just tried starting a server as your user and the upload worked fine as well...so I wonder if this could be some kind of oversees usage issue? Either way, perhaps we can find a time to debug together tomorrow morning, or perhaps @yuvipanda has ideas for what's up another thing you could try is to use jupyterlab (just replace |
ahh yeah I bet you're right that the file size is a bottleneck here. I just tried uploading a larger file and it didn't work as well 👍 . It sounds like a 413 error suggests this too: https://confluence.atlassian.com/jirakb/http-error-413-request-entity-too-large-failure-when-attaching-files-693900009.html#:~:text=A%20413%20error%20indicates%20that,willing%20or%20able%20to%20process. Probably something configurable on the Jupyter server side. In the meantime as a short-term solution to keep demo-ing, you could try to add a cell at the top of the notebook session that downloads this. e.g.:
since persistent storage isn't turned on yet, you may wanna do something like this anyway to avoid having to manually upload each time. |
This works. My notebook runs fine and ends up with 997 MB of memory usage :). Experience has been good. Missing packages install well without trouble. I have one notebook, which is currently running, that requires
|
The upload limit should be fixed now! I'm working on getting ffmpeg installed. Excited to put this into production! \o/ |
It still does not work here? I am trying to upload a 3.6 MB notebook and 50 MB of data and the same thing as before happens. |
@Chiil hmm, am investigating again now. |
@Chiil try now? |
Now it works! Great. |
Great! ffmpeg should also be there now. |
It doesn't work, maybe the script cannot find the executable.
|
I wonder if you could try installing
|
ah yes - stopping/starting made it work for me |
also @Chiil - persistent storage should now be enabled, so give it a whirl if you like! |
It all works. My three notebooks that I tested all work out fine, and the data is persistent. Great 👍. |
gonna close this one as I think it's finished 👍 |
I am trying to upload one of my notebooks and the data to the pilot hub, but there seems to be no file transfer.
The text was updated successfully, but these errors were encountered: