Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 9509a79

Browse files
committed
renamed reticulated apps, bump deps
1 parent 9615961 commit 9509a79

File tree

105 files changed

+586
-2095
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+586
-2095
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ jobs:
2727
./flask-restx/
2828
./flask-sentiment-analysis-api/
2929
./flask-sentiment-analysis-app/
30-
./image-classifier/
31-
./jupyter-interactive-visualization/
3230
./jupyter-static-visualization/
31+
./jupyter-voila/
3332
./quarto-lightbox/
33+
./reticulated-image-classifier/
34+
./reticulated-sentiment-analysis-api/
35+
./reticulated-sentiment-analysis-app/
3436
./rmarkdown-notebook/
35-
./rmarkdown-static-visualization/
3637
./shiny-income-share/
37-
./sentiment-analysis/
38-
./sentiment-analysis-app/
3938
./streamlit-income-share/
4039
require-vanity-path: true
4140
access-type: all

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# RStudio Connect & Python
1+
# Posit Connect & Python
22

3-
RStudio Connect is a publishing platform for the work your team creates in R and Python.
3+
Posit Connect is a publishing platform for the work your team creates in R and Python.
44
This repository contains examples of Python content you can deploy to Connect, including:
55

66
## Interactive apps
77

88
- [Streamlit](./streamlit-income-share/README.md)
99
- [Dash](dash-app/README.md)
1010
- [Flask](flask-sentiment-analysis-app/README.md)
11+
- [Voila](./jupyter-voila/README.md)
1112

1213
### Web APIs
1314

@@ -30,16 +31,16 @@ This enables you to use models built in Python to power Shiny apps, visualize pa
3031

3132
### Interactive apps
3233

33-
- [Serving Sentiment Analysis with Plumber and spaCy](./sentiment-analysis/README.md)
34-
- [Image Classification with PyTorch and Shiny](./image-classifier/README.md)
34+
- [Serving Sentiment Analysis with Plumber and spaCy](./reticulatd-sentiment-analysis-api/README.md)
35+
- [Image Classification with PyTorch and Shiny](./reticulated-image-classifier/README.md)
3536

3637
### Documents
3738

3839
- [Visualizing pandas dataframes with ggplot2](./rmarkdown-notebook/README.md)
3940

4041
## Getting Started
4142

42-
You can deploy examples from this repo to your Connect server [via git-backed deployment](https://docs.rstudio.com/connect/user/git-backed/), or clone the repository and deploy examples from their manifests with the [`rsconnect` CLI](https://docs.rstudio.com/rsconnect-python/).
43+
You can deploy examples from this repo to your Connect server [via git-backed deployment](https://docs.posit.co/connect/user/git-backed/), or clone the repository and deploy examples from their manifests with the [`rsconnect` CLI](https://docs.posit.co/rsconnect-python/).
4344

4445
If you want to explore an example more closely before deploying it:
4546

@@ -67,7 +68,7 @@ Overview:
6768

6869
* Create and activate a virtual environment
6970
* Run the examples locally
70-
* Acquire an [API key](https://docs.rstudio.com/connect/user/api-keys/)
71+
* Acquire an [API key](https://docs.posit.co/connect/user/api-keys/)
7172
* Publish the examples with the [rsconnect cli](https://github.com/rstudio/rsconnect-python)
7273
* Save the environment and deployment details for future git-backed publishing
7374

dash-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ rsconnect deploy dash . -n <SERVER-NICKNAME>
1212

1313
## Resources
1414

15-
[RStudio Connect User Guide - Dash](https://docs.rstudio.com/connect/user/dash/)
15+
[Posit Connect User Guide - Dash](https://docs.posit.co/connect/user/dash/)

dash-bikeshare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ rsconnect deploy dash . -n <SERVER-NICKNAME>
99
```
1010
## Resources
1111

12-
[RStudio Connect User Guide - Dash](https://docs.rstudio.com/connect/user/dash/)
12+
[Posit Connect User Guide - Dash](https://docs.posit.co/connect/user/dash/)

fastapi-stock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ rsconnect deploy fastapi . -n <SERVER-NICKNAME>
77
```
88
## Resources
99

10-
[RStudio Connect User Guide - FastAPI](https://docs.rstudio.com/connect/user/fastapi/)
10+
[Posit Connect User Guide - FastAPI](https://docs.posit.co/connect/user/fastapi/)

flask-getting-started-rsc/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Getting Started with Flask and RStudio Connect
1+
## Getting Started with Flask and Posit Connect
22

33
This application structure and set-up follows the steps outlined in the links below.
44

@@ -17,7 +17,7 @@ rsconnect deploy api . -n <SERVER-NICKNAME>
1717

1818
#### Resources
1919

20-
- [RStudio Connect User Guide - Flask](https://docs.rstudio.com/connect/user/flask/)
21-
- [Getting Started with Flask and RStudio Connect](https://support.rstudio.com/hc/en-us/articles/360044700234)
22-
- [Deploying Flask Applications to RStudio Connect with Git and rsconnect-python](https://support.rstudio.com/hc/en-us/articles/360045224233)
23-
- [Using Templates and Static Assets with Flask Applications on RStudio Connect](https://support.rstudio.com/hc/en-us/articles/360045279313)
20+
- [Posit Connect User Guide - Flask](https://docs.posit.co/connect/user/flask/)
21+
- [Getting Started with Flask and Posit Connect](https://support.rstudio.com/hc/en-us/articles/360044700234)
22+
- [Deploying Flask Applications to Posit Connect with Git and rsconnect-python](https://support.rstudio.com/hc/en-us/articles/360045224233)
23+
- [Using Templates and Static Assets with Flask Applications on Posit Connect](https://support.rstudio.com/hc/en-us/articles/360045279313)

flask-getting-started-sqlalchemy/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
## Using Flask-SQLAlchemy with Flask Applications on RStudio Connect
1+
## Using Flask-SQLAlchemy with Flask Applications on Posit Connect
22

33
This application structure and set-up follows the steps outlined in
4-
[Using Flask-SQLAlchemy with Flask Applications on RStudio Connect](https://support.rstudio.com/hc/en-us/articles/360045926213):
4+
[Using Flask-SQLAlchemy with Flask Applications on Posit Connect](https://support.rstudio.com/hc/en-us/articles/360045926213):
55

66
- Creating a minimal application based on the Flask-SQLAlchemy quickstart guide
77
- Define the database model to use
88
- Initialize a SQLite database
99
- Commit data to the database
10-
- Deploy the application to RStudio Connect with rsconnect-python
10+
- Deploy the application to Posit Connect with rsconnect-python
1111

1212
And, optionally:
1313

1414
- Switch to a PostgreSQL database server
1515
- Add `pyscopg2` dependency to the Python environment
16-
- Add the database server connection string as an environment variable in RStudio Connect
16+
- Add the database server connection string as an environment variable in Posit Connect
1717
- Redeploy the application
1818

1919
---
@@ -33,6 +33,6 @@ rsconnect deploy api . -n <SERVER-NICKNAME>
3333

3434
### Additional Resources
3535

36-
- [Getting Started with Flask and RStudio Connect](https://support.rstudio.com/hc/en-us/articles/360044700234)
37-
- [Deploying Flask Applications to RStudio Connect with Git and rsconnect-python](https://support.rstudio.com/hc/en-us/articles/360045224233)
38-
- [Using Templates and Static Assets with Flask Applications on RStudio Connect](https://support.rstudio.com/hc/en-us/articles/360045279313)
36+
- [Getting Started with Flask and Posit Connect](https://support.rstudio.com/hc/en-us/articles/360044700234)
37+
- [Deploying Flask Applications to Posit Connect with Git and rsconnect-python](https://support.rstudio.com/hc/en-us/articles/360045224233)
38+
- [Using Templates and Static Assets with Flask Applications on Posit Connect](https://support.rstudio.com/hc/en-us/articles/360045279313)

flask-getting-started-sqlalchemy/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body class="pa">
1010
<div class="ba">
1111
{% for user in users %}
12-
Hello, {{ user.username }} from RStudio Connect! <br />
12+
Hello, {{ user.username }} from Posit Connect! <br />
1313
{% endfor %}
1414
</div>
1515
</body>

flask-sentiment-analysis-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ rsconnect deploy api . -n <SERVER-NAME>
1414

1515
## Resources
1616

17-
[RStudio Connect User Guide - Flask](https://docs.rstudio.com/connect/user/flask/)
17+
[Posit Connect User Guide - Flask](https://docs.posit.co/connect/user/flask/)

flask-sentiment-analysis-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ rsconnect deploy api . -n <SERVER-NAME>
1616

1717
## Resources
1818

19-
[RStudio Connect User Guide - Flask](https://docs.rstudio.com/connect/user/flask/)
19+
[Posit Connect User Guide - Flask](https://docs.posit.co/connect/user/flask/)

0 commit comments

Comments
 (0)