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

USE_COLAB not working correctly #214

Closed
aschonfeld opened this issue Jul 3, 2020 · 1 comment
Closed

USE_COLAB not working correctly #214

aschonfeld opened this issue Jul 3, 2020 · 1 comment

Comments

@aschonfeld
Copy link
Collaborator

  1. the URL returned form running the following snippet has an extra slash on the end that needs to be accounted for:
from google.colab.output import eval_js
print(eval_js('google.colab.kernel.proxyPort(40000, {"cache": false})'))
  1. Something is happening under the hood where its trying to connect directly to the colab process http://029d1a181fb7:40000/. Need to eliminate the calls to dtale.app.initialize_process_props
aschonfeld added a commit that referenced this issue Jul 3, 2020
aschonfeld added a commit that referenced this issue Jul 3, 2020
aschonfeld added a commit that referenced this issue Jul 3, 2020
@aschonfeld
Copy link
Collaborator Author

Fixed in v1.9.1

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