Skip to content

Commit b516cf2

Browse files
committed
Update ploomber link and provide zip
1 parent a44e103 commit b516cf2

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

04d_deployment_with_solara.ipynb

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,24 @@
148148
"source": [
149149
"## Deploying to Ploomber\n",
150150
"\n",
151-
"[Ploomber](https://ploomber.io/) is a service for deploying apps that has support for both voila and solara apps. It is backed by a server, so it will not scale well to a large number of users. A solara app should scale somewhat better than a voila app. In both cases, uploading an app is fairly easy. The solara version of the app is here: https://white-flower-7961.ploomberapp.io\n",
151+
"[Ploomber](https://ploomber.io/) is a service for deploying apps that has support for both voila and solara apps. It is backed by a server, so it will not scale well to a large number of users. A solara app should scale somewhat better than a voila app. In both cases, uploading an app is fairly easy. The solara version of the app is here: [https://gentle-pine-5221.ploomberapp.io](https://gentle-pine-5221.ploomberapp.io)\n",
152152
"\n",
153153
"Two things were uploaded to make the app:\n",
154154
"\n",
155-
"+ `dashboard_solara/app.py`, modified so that `DATA = \".\"` instead of `DATA = \"data\"`\n",
156-
"+ The CSV data file from the tutorial."
155+
"+ `dashboard_solara/app.py`.\n",
156+
"+ The CSV data file from the tutorial.\n",
157+
"+ A brief `requirements.txt`\n",
158+
"\n",
159+
"The zip file that was uploaded to ploomber is the `key` folder."
157160
]
161+
},
162+
{
163+
"cell_type": "code",
164+
"execution_count": null,
165+
"id": "848f93d4-608d-4849-830c-39c60edc533e",
166+
"metadata": {},
167+
"outputs": [],
168+
"source": []
158169
}
159170
],
160171
"metadata": {

key/ploomber.zip

8.09 KB
Binary file not shown.

0 commit comments

Comments
 (0)