Skip to content
Snippets Groups Projects
Commit 49b9bd92 authored by Chandrasekhar Ramakrishnan's avatar Chandrasekhar Ramakrishnan
Browse files

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.
parent ba43e4d3
No related branches found
No related tags found
No related merge requests found
...@@ -340,6 +340,7 @@ ...@@ -340,6 +340,7 @@
} }
], ],
"metadata": { "metadata": {
"hide_input": true,
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
...@@ -355,7 +356,7 @@ ...@@ -355,7 +356,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.6" "version": "3.7.3"
} }
}, },
"nbformat": 4, "nbformat": 4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment