You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
-
# RStudio Connect & Python
1
+
# Posit Connect & Python
2
2
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.
4
4
This repository contains examples of Python content you can deploy to Connect, including:
5
5
6
6
## Interactive apps
7
7
8
8
-[Streamlit](./streamlit-income-share/README.md)
9
9
-[Dash](dash-app/README.md)
10
10
-[Flask](flask-sentiment-analysis-app/README.md)
11
+
-[Voila](./jupyter-voila/README.md)
11
12
12
13
### Web APIs
13
14
@@ -30,16 +31,16 @@ This enables you to use models built in Python to power Shiny apps, visualize pa
30
31
31
32
### Interactive apps
32
33
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)
35
36
36
37
### Documents
37
38
38
39
-[Visualizing pandas dataframes with ggplot2](./rmarkdown-notebook/README.md)
39
40
40
41
## Getting Started
41
42
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/).
43
44
44
45
If you want to explore an example more closely before deploying it:
45
46
@@ -67,7 +68,7 @@ Overview:
67
68
68
69
* Create and activate a virtual environment
69
70
* 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/)
71
72
* Publish the examples with the [rsconnect cli](https://github.com/rstudio/rsconnect-python)
72
73
* Save the environment and deployment details for future git-backed publishing
0 commit comments