Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/publishing/rstudio-connect.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,6 @@ The [rsconnect-python](https://docs.rstudio.com/rsconnect-python/) Python packag

See the complete documentation on [Publishing Quarto Content](https://docs.rstudio.com/connect/user/publishing-cli-quarto/) for additional details on using the CLI for publishing to Connect.

#### Notebook Plugin

If you are using the classic Jupyter Notebook you can install the [rsconnect-jupyter](https://docs.rstudio.com/rsconnect-jupyter/) notebook plugin to enable push button publishing of Jupyter notebooks:

1. First, follow the directions in the rsconnect-jupyter [User Guide](https://docs.rstudio.com/rsconnect-jupyter/) to install the plugin.

2. Then, click the publish button <kbd>![](images/publish-button.png){width="23" height="20"}</kbd>from a notebook you wish to publish. You'll be prompted to configure a Connect server and then be presented with a publishing dialog:

![](images/rsconnect-jupyter-usage.png){.border}

See the article on [Publishing Jupyter Notebooks](https://docs.rstudio.com/connect/user/publishing-notebook/) for complete documentation on using the plugin.

## Publishing from Git

Content may be deployed to Posit Connect directly from a remote Git repository. Content will automatically fetch from the associated remote Git repository and re-deploy. This allows for integration with Git-centric workflows and continuous deployment automation.
Expand Down