-
Notifications
You must be signed in to change notification settings - Fork 406
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
dtale.show() not working in macos #757
Comments
@LmYjQ I was able to run |
@aschonfeld I'm not sure how to check the firewall. Are these messages useful to you? |
Hmm, yea that doesn't tell me much other than the fact that your browser can't access the flask process for D-Tale. Can you run Another thing I'd like you to try would be opening a python console from your command line. So do the following:
I'm just trying to see if this is an issue with jupyter or with your machine in general. Thanks |
+1 I get the same issue, Macbook Pro M1 pro, same as "XXX 未发送任何数据" , which means XXX didn't send any data |
Can you try hitting the URL http://0.0.0.0:40001? I bet its an issue with the computer name that macos is returning |
It works, or you can put your localhost IP with your mac name in /etc/hosts, like this: |
Ok if that does work then you can fix the behavior by using the
|
My dtale version is 2.15.2.
In jupyter notebook
I also tried d.open_browser()
Thanks for help.
The text was updated successfully, but these errors were encountered: