You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a webserver (nginx/django) and so far I am just updating/creating my plots via ajax/ plotly.to_json()
I read that going django-plotly-dash is an option, but I would like to avoid that route if not necessary, as I am currently not running any dash on that server.
Do you think its possible to just set some urls instead of the dash callback? If so where would I start to make this work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using a webserver (nginx/django) and so far I am just updating/creating my plots via ajax/ plotly.to_json()
I read that going django-plotly-dash is an option, but I would like to avoid that route if not necessary, as I am currently not running any dash on that server.
Do you think its possible to just set some urls instead of the dash callback? If so where would I start to make this work?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions