-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standalone dash renderer (for custom hooks) - March 1 #367
Conversation
This side of the code is looking good to me! @T4rk1n could you take a look as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, only a couple minor changes.
Also before release, would we need to lock the version of dash-renderer in setup.py
since the starting of the renderer has changed and now needs the new Renderer
syntax ?
Hi. Can I ask how is the status of this? Is it in your roadmap or is there any tentative date for its release? |
…ne_dash-renderer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I think we're home free! Thanks for the changes this morning @valentijnnieman!
💃
The conflicts in requirements can be resolved in favor of the current master:
-e git://github.com/plotly/dash-renderer.git@master#egg=dash_renderer
if the renderer PR is merged first so that's on master.
…ne_dash-renderer
This enables the
dash-renderer
to be called as a standalone class, so that we can pass config objects to it.Depends on this PR that enables dash-renderer to be a standalone class to be merged (also see this PR for an example of how to use a custom
DashRenderer
instance).