Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 390 Bytes

Custom Widget Manager implementation for CoCalc

This is a Jupyter widget manager that loads widgets from a CDN, and is relatively easy to use in another web application.

ACKNOWLEDGEMENT: This is based on the Custom Widget Manager for Google Colab.

Development

Install and build:

pnpm install && pnpm build