ersaurabhverma / autoplotter

MIT License
152 stars 34 forks source link

Error with AWS Sagemaker #12

Open rtheman opened 3 years ago

rtheman commented 3 years ago

when tried running run_app(df,mode = "inline", host="127.0.0.1", port=5000), I get error "127.0.0.1 refused to connect."

ersaurabhverma commented 3 years ago

Hi Rich, I believe you have to create a EC2 instance and open a port 500. then change the host value to your EC2 IP.