After merging we will need to update the schema on the CDN.
Intent
Resolves #2399
Type of Change
[ ] Bug Fix
[x] New Feature
[ ] Breaking Change
[ ] Documentation
[ ] Refactor
[ ] Tooling
Approach
We already had the types for the Manifest, and were aware of these issues, but our Configuration didn't have a way to set / pass through those options.
Here I'm using the same technique for R, Python, and Quarto configuration settings to create the manifest.
Automated Tests
Added automated tests around the new manifest creation code.
This PR adds the two rendering options for Jupyter available in the Connect manifest:
hide_all_input
which hides all of the input cells on renderhide_tagged_input
hides the input cells markedhide_input
See the documentation for
rsconnect-jupyter
for more information: https://docs.posit.co/rsconnect-jupyter/usage/#hide-inputAfter merging we will need to update the schema on the CDN.
Intent
Resolves #2399
Type of Change
Approach
We already had the types for the Manifest, and were aware of these issues, but our Configuration didn't have a way to set / pass through those options.
Here I'm using the same technique for R, Python, and Quarto configuration settings to create the manifest.
Automated Tests
Added automated tests around the new manifest creation code.
Directions for Reviewers
Deploy a Jupyter Notebook:
hide_all_input
hide_tagged_input