Skip to content

Commit

Permalink
Set inline equal to False in param
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 8, 2023
1 parent 38e03a2 commit af95f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/ipython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class notebook_extension(extension):

logo = param.Boolean(default=True, doc="Toggles display of HoloViews logo")

inline = param.Boolean(default=True, doc="""
inline = param.Boolean(default=False, doc="""
Whether to inline JS and CSS resources.
If disabled, resources are loaded from CDN if one is available.""")

Expand Down

0 comments on commit af95f4c

Please sign in to comment.