voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.31k stars 497 forks source link

@lumino/polling doesn't exist in shared scope default #1463

Open martinRenou opened 2 months ago

martinRenou commented 2 months ago

@lumino/polling may be missing from the shared scope in the latest version:

Error: Shared module @lumino/polling doesn't exist in shared scope default

martinRenou commented 2 months ago

Actually it is https://github.com/voila-dashboards/voila/blob/main/packages/voila/src/sharedscope.ts#L10

I see this error when testing https://github.com/bloomberg/ipydatagrid/pull/498 with Voila. It seems ipydatagrid has issues when it comes to Lumino shared packages as it needs to specify them as shared: https://github.com/bloomberg/ipydatagrid/blob/main/package.json#L135