acsresearch / interlab

MIT License
17 stars 3 forks source link

Web actor and web console don't work in google Colab #55

Closed gavento closed 11 months ago

gavento commented 11 months ago

Storage.display detects google Colab and asks it for a proxy: https://github.com/acsresearch/interlab/blob/e9c8ccef930f5851b25a9244b9be4e191af84fe1/interlab/context/storage.py#L82

Web actor and web console don't do that and fail to display in Colab (frame shows as connection refused). https://github.com/acsresearch/interlab/blob/e9c8ccef930f5851b25a9244b9be4e191af84fe1/interlab/actor/web_console_actor.py#L35