diff --git a/docs/publishing/rstudio-connect.qmd b/docs/publishing/rstudio-connect.qmd index ea448fbc76..7243f51792 100644 --- a/docs/publishing/rstudio-connect.qmd +++ b/docs/publishing/rstudio-connect.qmd @@ -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 ![](images/publish-button.png){width="23" height="20"}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.