UNPKG

518 BJavaScriptView Raw
1// Entry point for the notebook bundle containing custom model definitions.
2//
3// Setup notebook base URL
4//
5// Some static assets may be required by the custom widget javascript. The base
6// url for the notebook is not known at build time and is therefore computed
7// dynamically.
8// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
9window.__webpack_public_path__ =
10 document.querySelector('body').getAttribute('data-base-url') +
11 'nbextensions/jupyterlab-plotly';
12export * from './index';