

If you would like to use your shell's tab completion support with the rsconnectĬommand, use the command below for the shell you are using. Run rsconnect deploy notebook -helpįor details. Note: The examples here use long command line options, but there are short rsconnect deploy notebook \ -server \ -api-key my-api-key \ my-notebook.ipynb Here's an example command that deploys a Jupyter notebook to Posit Connect. You may also build and install a wheel directly from a repository clone: git clone

To install rsconnect-python from PYPI, you may use any python package manager such as Information see the Posit Connect Admin Guide chapter titled Python Version Will be stricter and require matching major, minor, and patch versions.

Your administrator may also enable exact Python version matching which For example,Ī server with only Python 3.8 installed will fail to match content deployed with Posit Connect insists on matching versions of Python. Those based on Flask or FastAPI) and apps (such as Dash, Streamlit, and Bokeh apps).Ĭontent to Posit Connect, there are some caveats to understand when replicating your Posit Connect supports the deployment of Jupyter notebooks, Python APIs (such as Deploying Python Content to Posit Connect See "Deploying R or OtherĬontent" for details. Many types of content supported by PositĬonnect may be deployed by this package, including WSGI-style APIs, Dash, Streamlit, andĬontent types not directly supported by the CLI may also be deployed if they include a Jupyter notebooks via the Jupyter web console. This package provides a CLI (command-line interface) for interacting !!! warning As of version 1.14.0, rsconnect-python requires Python version 3.7 or higher.
