-
Notifications
You must be signed in to change notification settings - Fork 4
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
pyprql no longer runs in Google Colab #381
Comments
See #374. |
Ah interesting, so I get this popup about needing to restart the session. When I do that then it can't reconnect to the session again. However if you just ignore it and don't restart then it runs fine. Here's a link to a sample Notebook but I wasn't getting past cell 1 before. |
I think this should be fixed by #383 |
Indeed, Thanks for the issue + the repro @snth ! |
Google Colab has changed something and installing pyprql now causes the runtime to crash and it's unable to reconnect.
I think it's actually because of the ipython dependency. Do we need that for anything actually or is that just a convenience? If it's the latter then could we remove it please?
I thought it might be required by jupysql but that does not appear to be the case and the following notebook runs fine on Colab: https://colab.research.google.com/drive/1eOA2FYHqEfZWLYssbUxdIpSL3PFxWVjk?usp=sharing#scrollTo=siVry2OI7HwF
@eitsupi WDYT?
The text was updated successfully, but these errors were encountered: