{
"version": "1",
"metadata": {
"marimo_version": "0.15.2"
},
"cells": [
{
"id": "Hbol",
"code_hash": "1d0db38904205bec4d6f6f6a1f6cec3e",
"outputs": [
{
"type": "data",
"data": {
"text/plain": ""
}
}
],
"console": []
},
{
"id": "NGam",
"code_hash": "c780de0fed2f3e42aa282257390c566e",
"outputs": [
{
"type": "data",
"data": {
"text/html": "Wigglystuff: widgets interactivos
"
}
}
],
"console": []
},
{
"id": "MJUe",
"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', 'Comedy', 'Drama', 'Thriller', 'Sci-Fi']}