https://github.com/googlecolab/colab-widgets
https://github.com/googlecolab/colab-widgets
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlecolab/colab-widgets
- Owner: googlecolab
- License: apache-2.0
- Created: 2019-02-01T22:48:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T01:53:06.000Z (over 1 year ago)
- Last Synced: 2025-04-06T03:33:36.895Z (over 1 year ago)
- Language: JavaScript
- Size: 836 KB
- Stars: 18
- Watchers: 8
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```