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
Panel already bundles in the tabulator extension js/css dependencies, but somehow it is not used in inline mode in a jupyter notebook, which makes it not work without internet connectivity.
Description of expected behavior and the observed behavior
Expected behavior: a tabulator based widget should show up with the data from the dataframe.
Observed behavior: Blank output: panel fails loading the tabulator files since they are requested from cdn which is not accessible without internet connection
Complete, minimal, self-contained example code that reproduces the issue
In a jupyter notebook in a browser without internet access. Easiest way to get it it to start firefox as follows (linux):
Panel already bundles in the
tabulator
extension js/css dependencies, but somehow it is not used ininline
mode in a jupyter notebook, which makes it not work without internet connectivity.xref: holoviz/holoviews#5469 (comment)
ALL software version info
Python: 3.9
panel: 0.13.1
Description of expected behavior and the observed behavior
Expected behavior: a tabulator based widget should show up with the data from the dataframe.
Observed behavior: Blank output: panel fails loading the tabulator files since they are requested from cdn which is not accessible without internet connection
Complete, minimal, self-contained example code that reproduces the issue
In a jupyter notebook in a browser without internet access. Easiest way to get it it to start firefox as follows (linux):
$ env http_proxy=http://localhost:1/ https_proxy=http://localhost:1/ firefox --profile nointernet
Stack traceback and/or browser JavaScript console output
Following traceback along with other content
Screenshots or screencasts of the bug in action
Notebook:
Network tab in firefox developer tools showing the cdn requests
Here are the files tabulator files already bundled with panel:
The text was updated successfully, but these errors were encountered: