diff --git a/tests/notebooks/mirror/Rmd_to_ipynb/chunk_options.ipynb b/tests/notebooks/mirror/Rmd_to_ipynb/chunk_options.ipynb index ac73d28d3..8f3591955 100644 --- a/tests/notebooks/mirror/Rmd_to_ipynb/chunk_options.ipynb +++ b/tests/notebooks/mirror/Rmd_to_ipynb/chunk_options.ipynb @@ -15,6 +15,7 @@ "cell_type": "code", "execution_count": null, "metadata": { + "hide_input": true, "hide_output": true, "lines_to_next_cell": 2, "name": "knitr_setup" @@ -29,7 +30,7 @@ "cell_type": "code", "execution_count": null, "metadata": { - "hide_input": false + "echo": true }, "outputs": [], "source": [ @@ -67,4 +68,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +} diff --git a/tests/notebooks/mirror/Rmd_to_ipynb/ioslides.ipynb b/tests/notebooks/mirror/Rmd_to_ipynb/ioslides.ipynb index dd4eac34f..08385b26d 100644 --- a/tests/notebooks/mirror/Rmd_to_ipynb/ioslides.ipynb +++ b/tests/notebooks/mirror/Rmd_to_ipynb/ioslides.ipynb @@ -43,7 +43,7 @@ "cell_type": "code", "execution_count": null, "metadata": { - "hide_input": false + "echo": true }, "outputs": [], "source": [ @@ -88,11 +88,11 @@ ], "metadata": { "jupytext": { - "cell_metadata_filter": "fig.width,hide_input,fig.height,-all", + "cell_metadata_filter": "echo,fig.height,hide_input,fig.width,-all", "main_language": "python", "notebook_metadata_filter": "-all" } }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +} diff --git a/tests/notebooks/mirror/Rmd_to_ipynb/knitr-spin.ipynb b/tests/notebooks/mirror/Rmd_to_ipynb/knitr-spin.ipynb index 36bead53d..b401306ca 100644 --- a/tests/notebooks/mirror/Rmd_to_ipynb/knitr-spin.ipynb +++ b/tests/notebooks/mirror/Rmd_to_ipynb/knitr-spin.ipynb @@ -17,6 +17,7 @@ "cell_type": "code", "execution_count": null, "metadata": { + "hide_input": true, "hide_output": true, "name": "setup" }, @@ -173,11 +174,11 @@ ], "metadata": { "jupytext": { - "cell_metadata_filter": "name,fig.width,cache,hide_output,fig.height,-all", + "cell_metadata_filter": "hide_output,cache,fig.height,name,hide_input,fig.width,-all", "main_language": "R", "notebook_metadata_filter": "-all" } }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +} diff --git a/tests/notebooks/mirror/script_to_ipynb/knitr-spin.ipynb b/tests/notebooks/mirror/script_to_ipynb/knitr-spin.ipynb index 36bead53d..d07eb3f54 100644 --- a/tests/notebooks/mirror/script_to_ipynb/knitr-spin.ipynb +++ b/tests/notebooks/mirror/script_to_ipynb/knitr-spin.ipynb @@ -17,6 +17,7 @@ "cell_type": "code", "execution_count": null, "metadata": { + "hide_input": true, "hide_output": true, "name": "setup" }, @@ -173,11 +174,11 @@ ], "metadata": { "jupytext": { - "cell_metadata_filter": "name,fig.width,cache,hide_output,fig.height,-all", + "cell_metadata_filter": "name,hide_input,fig.width,fig.height,cache,hide_output,-all", "main_language": "R", "notebook_metadata_filter": "-all" } }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}