-
Notifications
You must be signed in to change notification settings - Fork 414
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
Trouble running in CoLab #787
Comments
I am having a similar issue. D-Tale worked fine last week and now any link on colab leading to error-404. It seems the method used to keep the cell alive is not working anymore. Maybe something on colab side ? Ngrok does not work either. |
So I just went into Colab and everything worked fine for me: https://colab.research.google.com/drive/1ZztkdLQTawVu732W2n1kagy9BmfO2Vm-?usp=sharing In particular I ran
Then clicked the resulting link. Hope this helps |
it worked in early december but no longer works for me as well. Ran my old notebook and now getting an error. |
@angelina-akin I've figured out the issue with colab. I will have this updated in the next release but for now here's a workaround:
Let me know if that works. Thanks |
@angelina-akin just released v3.10.0 to pypi (should be on conda-forge soon) with the colab update included (you will no longer have to include Also, if you haven't already, please put your ⭐ on the repo when you get a sec. Thanks! 🙏 |
@aschonfeld okay will give it a try now. Thanks! |
I tried both options for running in CoLab...
With USE_COLAB = True, I got a link to message that simply said there was an error.
With USE_NGROK = True, and after installing ngrok and adding my auth token, i still got the link to this page:
http://1b2d-34-125-95-50.ngrok.io/dtale/main/9
Is there a specific mechanism by which ngrok needs to be started before dtale will run?
Any advice regarding why either might be failing? Thank you!
The text was updated successfully, but these errors were encountered: