Skip to content

Commit

Permalink
Mirror files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Oct 28, 2019
1 parent 6da821c commit e519249
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 3 additions & 2 deletions tests/notebooks/mirror/Rmd_to_ipynb/chunk_options.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -29,7 +30,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"hide_input": false
"echo": true
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -67,4 +68,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
6 changes: 3 additions & 3 deletions tests/notebooks/mirror/Rmd_to_ipynb/ioslides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"hide_input": false
"echo": true
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -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
}
}
5 changes: 3 additions & 2 deletions tests/notebooks/mirror/Rmd_to_ipynb/knitr-spin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"hide_input": true,
"hide_output": true,
"name": "setup"
},
Expand Down Expand Up @@ -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
}
}
5 changes: 3 additions & 2 deletions tests/notebooks/mirror/script_to_ipynb/knitr-spin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"hide_input": true,
"hide_output": true,
"name": "setup"
},
Expand Down Expand Up @@ -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
}
}

0 comments on commit e519249

Please sign in to comment.