{ "version": "1", "metadata": { "marimo_version": "0.15.2" }, "cells": [ { "id": "Hbol", "code_hash": null, "outputs": [ { "type": "data", "data": { "text/plain": "" } } ], "console": [] }, { "id": "iCyg", "code_hash": "9050c4a0d0cba47a112513cf8cd2238e", "outputs": [ { "type": "data", "data": { "text/html": "
Slider2D demofrom wigglystuff import Slider2D\n\nslider_2d = Slider2D(width=300, height=300)\nMatrix demofrom wigglystuff import Matrix\n\narr = Matrix(rows=1, cols=2, step=0.1)\nmat = Matrix(matrix=np.eye(2), mirror=True, step=0.1)\nMatrixfrom wigglystuff import TangleSlider\nTangleChoice widget. \nfrom wigglystuff import TangleChoice\nTangleChoice but as a drop-down\nfrom wigglystuff import TangleSelect\nfrom wigglystuff import ColorPicker\nColorPicker(color="#444444")\nHtml to affect how things are rendered. Change my color!
from wigglystuff import EdgeDraw\nEdgeDraw(["a", "b", "c", "d"])\nwidget.links property. from wigglystuff import SortableList\nSortableList(["Action", "Comedy", "Drama"], addable=True, removable=True, editable=True)\n{'addable': True, 'editable': True, 'removable': True, 'value': ['Action', 'Drama', 'Comedy', 'Thriller', 'holaa']}