Skip to content

Commit

Permalink
clear outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed May 20, 2023
1 parent 9031259 commit f1c419b
Showing 1 changed file with 13 additions and 109 deletions.
122 changes: 13 additions & 109 deletions notebooks/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,11 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "901546cd31e04580810d8358cbf46d72",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"LayoutWidget(Layout(ContextProvider(<function context at 0x7fb48b0a3600>)))"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"from reactpy import component, html\n",
"\n",
Expand All @@ -71,27 +55,11 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "ee078bce581341f7826d8578cc03f971",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"LayoutWidget(Layout(ContextProvider(<function context at 0x7fb48b0a3600>)))"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"from reactpy import component, html\n",
"\n",
Expand Down Expand Up @@ -141,27 +109,11 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "3e5123eaa6fe49fcb94f2527ec7665e8",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"LayoutWidget(Layout(ContextProvider(<function context at 0x7fb48b0a3600>)))"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"import json\n",
"from pathlib import Path\n",
Expand Down Expand Up @@ -212,25 +164,9 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "cb6e7a22534d4db6b1c6b826689cf739",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"LayoutWidget(Layout(ContextProvider(<function context at 0x7fb48b0a3600>)))"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"from reactpy_jupyter import from_widget\n",
"from ipywidgets import IntSlider\n",
Expand All @@ -251,7 +187,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -290,27 +226,11 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "48a4b16d9b7149fe9bbc8cbf5c20bd6c",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"LayoutWidget(Layout(ContextProvider(<function context at 0x7fb48b0a3600>)))"
]
},
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"from ipywidgets import IntSlider\n",
"\n",
Expand All @@ -327,27 +247,11 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4fc27c4a9ae04351b140ca4bcb15e5be",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Box(children=(LayoutWidget(Layout(ContextProvider(<function context at 0x7fb48b0a3600>))), LayoutWidget(Layout…"
]
},
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"from ipywidgets import Box\n",
"from reactpy_jupyter import to_widget\n",
Expand Down

0 comments on commit f1c419b

Please sign in to comment.