Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

extension.js 518 B

123456789101112
  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
  9. window.__webpack_public_path__ =
  10. document.querySelector('body').getAttribute('data-base-url') +
  11. 'nbextensions/jupyterlab-plotly';
  12. export * from './index';