How to use the @jupyterlab/docregistry/src.DocumentRegistry.defaultFileTypes function in @jupyterlab/docregistry

To help you get started, we’ve selected a few @jupyterlab/docregistry examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github yuvipanda / simplest-notebook / tests / test-docregistry / src / registry.spec.ts View on Github external
beforeEach(() => {
        DocumentRegistry.defaultFileTypes.forEach(ft => {
          registry.addFileType(ft);
        });
      });
github yuvipanda / simplest-notebook / tests / test-docregistry / src / registry.spec.ts View on Github external
beforeEach(() => {
        DocumentRegistry.defaultFileTypes.forEach(ft => {
          registry.addFileType(ft);
        });
      });