Known issues

  1. Connect Cloud does not currently support downloading R packages from private GitHub repositories.
  2. Connect Cloud does not currently support private Python packages.
  3. Streamlit secret management (e.g., st.secrets('VARIABLE_NAME)) is not supported. Please use generic functions such as os.getenv('VARIABLE_NAME').
  4. Publishing a Jupyter Notebook .ipynb file can only render an .html file.
  5. The only supported depedency files are requirements.txt for Python projects and manifest.json for R projects.
  6. Shiny for R applications and R Markdown documents require the manifest.json file to be in the same directory as the primary file (e.g., app.R or report.Rmd).