We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c8334 commit 3e48c60Copy full SHA for 3e48c60
shinywidgets/_shinywidgets.py
@@ -120,7 +120,7 @@ def init_shiny_widget(w: Widget):
120
# under the publicPath set by the webpack.config.js file.
121
session.app._dependency_handler.mount(
122
"/dist/",
123
- StaticFiles(directory=os.path.join(_package_dir("shinywidgets"), "static")),
+ StaticFiles(directory=os.path.join(package_dir("shinywidgets"), "static")),
124
name="shinywidgets-static-resources",
125
)
126
0 commit comments