From 658ee03372b1ba369ab9abdb6831d2e3bf05a604 Mon Sep 17 00:00:00 2001 From: Piotr Pasza Storozenko Date: Wed, 24 Apr 2024 15:54:57 +0000 Subject: [PATCH] chore: adjust names here and there --- .github/workflows/main.yaml | 2 +- README.md | 2 +- notebooks/01_experiments.ipynb | 21 +++++---------------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 84f2829..20575a1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,4 +1,4 @@ -name: 'Test PyShiny App' +name: 'Validate Tapyr App' on: pull_request: push: diff --git a/README.md b/README.md index 64fec4a..89f16bf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/notebooks/01_experiments.ipynb b/notebooks/01_experiments.ipynb index 907936f..fbabc90 100644 --- a/notebooks/01_experiments.ipynb +++ b/notebooks/01_experiments.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -12,7 +12,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -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": [