man-group / dtale

Visualizer for pandas data structures
http://alphatechadmin.pythonanywhere.com
GNU Lesser General Public License v2.1
4.62k stars 390 forks source link

Firewall or antivirus software may have blocked the connection. #849

Open reshma123456 opened 4 months ago

reshma123456 commented 4 months ago

I am getting ,"Firewall or antivirus software may have blocked the connection." error when running the below code . import dtale import pandas as pd df = pd.read_csv('batch_500_1000.csv') dtale.show(df)

how to solve this error

aschonfeld commented 2 months ago

@reshma123456 are you running this in a script? Or in a python console or jupyter notebook?

ajeetth commented 1 month ago

@aschonfeld Hi, I am running this on jupyter note book when I execute dtale.show(df) I am getting error : desktop-1l92ui2 refused to connect. kindly guide me with fix thanks

dtale_issue