From fa4246e5643cc58c8d48ce474687c2ea7cb1b02a Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 7 Dec 2020 20:09:27 +0100 Subject: [PATCH] Update example notebook --- binder/example.ipynb | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/binder/example.ipynb b/binder/example.ipynb index f8e3ea2f1..372b8fcd1 100644 --- a/binder/example.ipynb +++ b/binder/example.ipynb @@ -7,6 +7,13 @@ "# JupyterLab Classic" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Widgets" + ] + }, { "cell_type": "code", "execution_count": null, @@ -31,6 +38,13 @@ "slider" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Rich Display" + ] + }, { "cell_type": "code", "execution_count": null, @@ -90,12 +104,30 @@ "display(h)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Installing additional prebuilt (federated) extensions\n", + "\n", + "Execute the following cell:" + ] + }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], - "source": [] + "source": [ + "!pip install jupyterlab-cell-flash" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Then reload the page and run a couple of cells. The cells should now be flashing when they have finished executing!" + ] } ], "metadata": {