Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions ipyshiny/_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@
# TODO: scripts/static_download.R should produce/update these
def libembed_dependency() -> List[HTMLDependency]:
return [
# Load 3rd party widget dependencies at runtime via requirejs. One of the benefits of doing it
# this way is that for whatever reason, if we can't find the widgets statically assets locally,
# the requireLoader we use client side will fallback to loading the dependencies from a CDN.
HTMLDependency(
name="requirejs",
version="2.3.4",
source={"package": "ipyshiny", "subdir": "static"},
script={"src": "require.min.js"},
),
# Jupyter Notebook/Lab both come "preloaded" with several @jupyter-widgets packages
# (i.e., base, controls, output), all of which are bundled into this extension.js file
# provided by the widgetsnbextension package, which is a dependency of ipywidgets.
Expand Down
2 changes: 1 addition & 1 deletion ipyshiny/static/output.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading