Jump to content

Ayub Lakhani

Members
  • Posts

    2
  • Joined

  • Last visited

Ayub Lakhani's Achievements

Rookie

Rookie (2/14)

  • One Month Later
  • Week One Done
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. Hi Teddy, Thanks for clarifying that and giving me a work around. Thanks, Ayub
  2. 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!
×
×
  • Create New...