Dash library not using cloud server

Viewed 11

Hi I'm trying to make a dashboard using my company's data with Dash library.

I heard that Dash is running through its cloud server. But due to the information security of my company, it should not work on a cloud server.

I'm working on Jupiternotebook and I found out that if I executed "app.run_server(mode='inline')" line, I can run it on the same Jupiternotebook page. Does it mean that it's running offline, not on online cloud server?

If so, isn't there anyone else who can see the result besides me?

0 Answers
Related