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

Server large image files via a custom httpd on Colab #34

Open
JohnTigue opened this issue Aug 27, 2020 · 0 comments
Open

Server large image files via a custom httpd on Colab #34

JohnTigue opened this issue Aug 27, 2020 · 0 comments

Comments

@JohnTigue
Copy link
Owner

This might be a way to get around the large images causing disconnects, assuming the problem is that the images are being transfered as base 64 data in jupyter internal comms:
https://colab.research.google.com/notebooks/snippets/advanced_outputs.ipynb#scrollTo=_7dYIo63EdgL

So, same algorithms to generate image files but just park them on the the Colab VM's FS. Then client directly loads image as if from a %%HTML magic or some JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant