Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

How to Share a Dash App and Deploy on a local network using ODBC Connection

$
0
0

@7arooney wrote:

I just want to share a dash app as I want want any machine to use this app but when this machine connected to the same network…

as Here’s my simple connection looks like:

# connect db
engine = create_engine('mssql+pyodbc://WWX542337CDCD\SMARTRNO_EXPRESS/myDB?driver=SQL+Server+Native+Client+11.0')
cursor = engine.raw_connection().cursor()

as this is my DB Management Studio I use and connection type as the below figure:

enter image description here

So it’s able to deploy the app on a local server and make any machine access this app but must be in the same network?

Is there a way todo that, But I don’t want to make a static IP

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6271