How to use the @jupyterlab/logconsole.LoggerOutputAreaModel function in @jupyterlab/logconsole

To help you get started, we’ve selected a few @jupyterlab/logconsole 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 jupyterlab / jupyterlab / tests / test-logconsole / src / logger.spec.ts View on Github external
it('should set the max length', async () => {
      const model = new LoggerOutputAreaModel({ maxLength: 10 });
      expect(model.maxLength).toEqual(10);
      model.dispose();
    });
  });
github jupyterlab / jupyterlab / tests / test-logconsole / src / logger.spec.ts View on Github external
beforeEach(() => {
    model = new LoggerOutputAreaModel({ maxLength: 10 });
  });
  afterEach(() => {

@jupyterlab/logconsole

JupyterLab - Log Console

BSD-3-Clause
Latest version published 9 days ago

Package Health Score

95 / 100
Full package analysis