How to use the @jupyterlab/chatbox.Chatbox function in @jupyterlab/chatbox

To help you get started, we’ve selected a few @jupyterlab/chatbox 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 / test / src / chatbox / chatbox.spec.ts View on Github external
beforeEach(() => {
      chatbox = new Chatbox({
        rendermime, contentFactory
      });
      modelDB = new DummyCollaborativeDB();
      docmodel = new DocumentModel('', modelDB);
      chatbox.model = docmodel;
    });

@jupyterlab/chatbox

JupyterLab - Chatbox

BSD-3-Clause
Latest version published 7 years ago

Package Health Score

67 / 100
Full package analysis

Similar packages