You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exporting/archiving code has a bug when the notebook archive is not available for whatever reason (e.g. if nbformat or nbconvert cannot be imported). The display hook always calls:
holoviews.archive.add(element, html=html)
which is a no-op if exporting hasn't been enabled on the NotebookArchive. However the regular FileArchive will always process the add event, whether or not exporting has been enabled.
The text was updated successfully, but these errors were encountered:
The exporting/archiving code has a bug when the notebook archive is not available for whatever reason (e.g. if nbformat or nbconvert cannot be imported). The display hook always calls:
which is a no-op if exporting hasn't been enabled on the NotebookArchive. However the regular FileArchive will always process the add event, whether or not exporting has been enabled.
The text was updated successfully, but these errors were encountered: