Jump to content

Ayub Lakhani

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Ayub Lakhani

  1. 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!

    image.png.de68eb7ff1c7dad6ceda278f18d50321.png

×
×
  • Create New...