-
-
Notifications
You must be signed in to change notification settings - Fork 31
DashR does not currently have the get_asset_url
method for loading asset URLs like Dash for Python
#158
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
Comments
Thanks @HammadTheOne -- I meant to reply earlier; just did that now. It's correct to say that Dash for R doesn't have this method, because the function isn't associated with the Lines 583 to 598 in 5f2942c
@HammadTheOne I can make this change via PR, and will ask you for review. |
Thanks @HammadTheOne -- I've responded in the original thread, but I think I'll have to add in a check for the names attribute to make this usable by developers, even if exported. If there is no name associated with the path, the function will infer it from the asset map, otherwise it will use the one passed. |
Closed by way of #160. |
As originally referenced in a DashR docs issue, Dash for R currently lacks this method which is featured in the Python version. Based on the Python implementation, it would grab the asset URL from the assets directory without needing to specify the exact path.
Originally posted by @chriddyp in https://github.com/plotly/dash-enterprise-docs/pull/95
The text was updated successfully, but these errors were encountered: