An open API service indexing awesome lists of open source software.

https://github.com/googlecolab/colab-widgets


https://github.com/googlecolab/colab-widgets

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# colab-widgets

This repository contains the build steps to compile a Javascript binary containing Jupyter Widgets and all dependencies such
that they can be used in an otherwise empty browser environment.

To build:

```shell
npm install
npm run build
```