From 16a03bc96a55156cd7cdaa200fbfef883345242b Mon Sep 17 00:00:00 2001 From: kellobri Date: Tue, 27 Jul 2021 12:24:29 -0700 Subject: [PATCH] Clarifications --- docs/docs/usage.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/docs/usage.md b/docs/docs/usage.md index 8003f3a9..ca09d039 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -52,7 +52,13 @@ cannot be scheduled or re-run on the RStudio Connect server. ### Hide Input -There are two options for hiding input code cells in published Jupyter Notebooks. You can choose to hide all the input code cells, or only hide the cells that have been explicitly tagged. +There are two options for hiding input code cells in Jupyter Notebooks published +to RStudio Connect: + +- Hide all input code cells +- Hide only selected input code cells + +To hide all input code cells, make that selection in the Publish dialog under the **Hide Input** section. To hide only the tagged cells, first enable Tags in the **View** > **Cell Toolbar** menu: