Open MarcSkovMadsen opened 3 years ago
Works with Ipysheet 0.4.4
Same here for voila==0.2.10. Works fine in jupyterlab and notebook though.
Loading widget... works in Jupyterlab but not in voilà JupyterLab v3.1.13 /home/ubuntu/venv/share/jupyter/labextensions jupyterlab-plotly v5.3.1 enabled OK ipysheet v0.5.0 enabled OK (python, ipysheet) @jupyterlab/server-proxy v3.1.0 enabled OK @jupyter-widgets/jupyterlab-manager v3.0.1 enabled OK (python, jupyterlab_widgets) @voila-dashboards/jupyterlab-preview v2.0.6 enabled OK (python, voila)
Definitely an issue since this is where the @jupyter-widgets/html-manager
tries to fetch the package from CDN:
Any update on this? It would be awesome to make ipysheet compatible with Google Colab https://github.com/googlecolab/colabtools/issues/2594
Running into the same problem in VS Code, looks like the files pushed into CDN for 0.5.0 are JS modules, where as the preivous version used requirejs and included everything in the artifacts published to the CDN.
Is this an oversight os is this deliberate? I.e. should the consumers of this file on the CDN change how these files are now consumed/loaded? Not sure that will work though as there are quite a lot of missing packages (handson tables and the like)
With Panel==0.12.1, ipywidgets_bokeh==1.0.2, ipykernel==5.5.5 and Ipysheet==0.5.0 when I try to run the below script I get a
Serve the below with
panel serve name_of_script.py