{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# ipyregulartable\n", "https://github.com/finos/ipyregulartable\n", " " ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import ipyregulartable as rt" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "97c153d8bd78419590dc182cee90615e", "version_major": 2, "version_minor": 0 }, "text/plain": [ "RegularTableWidget()" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "w = rt.RegularTableWidget()\n", "w" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.8" } }, "nbformat": 4, "nbformat_minor": 4 }