Ayub Lakhani Posted October 31, 2022 Share Posted October 31, 2022 Hello, Is it possible to implement a Plotly's Dash Dashboard on Seeq Data Lab ? When I try to implement a trivial example code import dash app = dash.Dash(__name__) app.layout = dash.html.Div([ dash.html.H1("Hello World!") ]) if __name__ == "__main__": app.run_server() and run the code. I can't access the development url that it provides, I get the following error. When ran on my local computer, it works fine. I was wondering if Seeq Server is blocking the use of this? It would be nice to be able to implement a Dash's dashboard instead of using ipywidgets or ipyvuetify. Thank you! Link to comment Share on other sites More sharing options...
Administrators Solution Teddy Posted October 31, 2022 Administrators Solution Share Posted October 31, 2022 Yes! Dash apps are possible within Seeq Data Lab. Refer to the following KB page for instructions on how to enable and set up a Dash app within Data Lab: https://support.seeq.com/kb/latest/cloud/how-to-setup-dash-app-in-data-lab 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now