Make inline=False
the default behavior for hv.extension
#5730
Labels
Milestone
inline=False
the default behavior for hv.extension
#5730
I want to start a discussion about making
inline=False
the default behavior forhv.extension
in notebooks.In my opinion, it would be better to have
inline=False
as the default behavior. I thinkinline=True
was meant for airgap environments and not something most users need.It will reduce the file size significantly. A quick comparison with
inline=True
andinline=False
shows that the file size is 18 MB vs 45 KB, respectively.Some problems that have also come up recently where it is not obvious that it is related to
inline=True
:Plotly cannot load in VS code with
inline=True
:Bokeh gives Javascript error in Jupyter Notebook:
*) This seems to have been fixed by not loading MathJax by default because of holoviz/panel#4895, but it will come back with #5729.
As this is a breaking change, it should be implemented at 1.17 as a minimum.
The text was updated successfully, but these errors were encountered: