You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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})'))
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
The text was updated successfully, but these errors were encountered:
http://029d1a181fb7:40000/
. Need to eliminate the calls todtale.app.initialize_process_props
The text was updated successfully, but these errors were encountered: