From 49b9bd92489a5722b7079e69b928a8bd1eef67b1 Mon Sep 17 00:00:00 2001 From: Chandrasekhar Ramakrishnan <cramakri@ethz.ch> Date: Mon, 23 Mar 2020 22:41:41 +0000 Subject: [PATCH] feat: hide input in display Set the hide_input metadata field in the notebook to hide input in the renderer. This can be removed when the UI renderer is upgraded to understand the report-mode feature of papermill. --- notebooks/Dashboard.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/Dashboard.ipynb b/notebooks/Dashboard.ipynb index 8d1861f3..588336ca 100644 --- a/notebooks/Dashboard.ipynb +++ b/notebooks/Dashboard.ipynb @@ -340,6 +340,7 @@ } ], "metadata": { + "hide_input": true, "kernelspec": { "display_name": "Python 3", "language": "python", @@ -355,7 +356,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.6" + "version": "3.7.3" } }, "nbformat": 4, -- GitLab