Skip to content

Commit

Permalink
chore: adjust names here and there
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorozenko committed Apr 24, 2024
1 parent 53c6e78 commit 658ee03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Test PyShiny App'
name: 'Validate Tapyr App'
on:
pull_request:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Deploy your application to Posit Connect by:
```
3. **Deploying**:
```sh
rsconnect deploy shiny -t "PyShiny Template" .
rsconnect deploy shiny -t "Tapyr App" .
```

Replace placeholders with your server URL, server name, and API key. Verify the deployment on Posit Connect for successful upload.
21 changes: 5 additions & 16 deletions notebooks/01_experiments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -21,27 +21,16 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"5.0"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"divide(10, 2)"
]
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 658ee03

Please sign in to comment.