How to use the @jupyterlab/attachments.AttachmentsModel function in @jupyterlab/attachments

To help you get started, we’ve selected a few @jupyterlab/attachments 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 / packages / cells / src / model.ts View on Github external
createAttachmentsModel(
      options: IAttachmentsModel.IOptions
    ): IAttachmentsModel {
      return new AttachmentsModel(options);
    }
  }
github jupyterlab / jupyterlab-data-explorer / jupyterlab / packages / cells / src / model.ts View on Github external
createAttachmentsModel(
      options: IAttachmentsModel.IOptions
    ): IAttachmentsModel {
      return new AttachmentsModel(options);
    }
  }
github jupyterlab / jupyterlab / packages / cells / src / model.ts View on Github external
createAttachmentsModel(
      options: IAttachmentsModel.IOptions
    ): IAttachmentsModel {
      return new AttachmentsModel(options);
    }
  }

@jupyterlab/attachments

JupyterLab - Notebook Cell Attachments

BSD-3-Clause
Latest version published 10 days ago

Package Health Score

89 / 100
Full package analysis

Similar packages