From 4050460e5682fa9e6674827fb0df7f233bbf266c Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Mon, 22 Oct 2018 07:57:07 +0200 Subject: [PATCH] Update mirror representations #105 --- .../mirror/ipynb_to_Rmd/jupyter_with_raw_cell_in_body.Rmd | 1 - .../mirror/ipynb_to_Rmd/notebook_with_complex_metadata.Rmd | 6 ------ .../mirror/ipynb_to_Rmd/nteract_with_parameter.Rmd | 2 -- .../mirror/ipynb_to_md/jupyter_with_raw_cell_in_body.md | 1 - .../mirror/ipynb_to_md/notebook_with_complex_metadata.md | 6 ------ .../notebooks/mirror/ipynb_to_md/nteract_with_parameter.md | 2 -- .../ipynb_to_percent/jupyter_with_raw_cell_in_body.py | 1 - .../ipynb_to_percent/notebook_with_complex_metadata.py | 6 ------ .../mirror/ipynb_to_percent/nteract_with_parameter.py | 2 -- .../mirror/ipynb_to_script/jupyter_with_raw_cell_in_body.py | 1 - .../ipynb_to_script/notebook_with_complex_metadata.py | 6 ------ .../mirror/ipynb_to_script/nteract_with_parameter.py | 2 -- .../ipynb_to_sphinx/notebook_with_complex_metadata.py | 6 ------ .../mirror/ipynb_to_sphinx/nteract_with_parameter.py | 2 -- 14 files changed, 44 deletions(-) diff --git a/tests/notebooks/mirror/ipynb_to_Rmd/jupyter_with_raw_cell_in_body.Rmd b/tests/notebooks/mirror/ipynb_to_Rmd/jupyter_with_raw_cell_in_body.Rmd index a306107a2..67acb9c43 100644 --- a/tests/notebooks/mirror/ipynb_to_Rmd/jupyter_with_raw_cell_in_body.Rmd +++ b/tests/notebooks/mirror/ipynb_to_Rmd/jupyter_with_raw_cell_in_body.Rmd @@ -1,6 +1,5 @@ --- jupyter: - celltoolbar: Edit Metadata kernelspec: display_name: Python 3 language: python diff --git a/tests/notebooks/mirror/ipynb_to_Rmd/notebook_with_complex_metadata.Rmd b/tests/notebooks/mirror/ipynb_to_Rmd/notebook_with_complex_metadata.Rmd index 3cf1df3e2..875041fc2 100644 --- a/tests/notebooks/mirror/ipynb_to_Rmd/notebook_with_complex_metadata.Rmd +++ b/tests/notebooks/mirror/ipynb_to_Rmd/notebook_with_complex_metadata.Rmd @@ -14,12 +14,6 @@ jupyter: nbconvert_exporter: python pygments_lexer: ipython3 version: 3.5.1 - widgets: - state: - a65a11f142ca44eebc913788d256adcb: - views: - - cell_index: 92 - version: 1.2.0 --- ```{python} diff --git a/tests/notebooks/mirror/ipynb_to_Rmd/nteract_with_parameter.Rmd b/tests/notebooks/mirror/ipynb_to_Rmd/nteract_with_parameter.Rmd index 740d4456e..f196f944b 100644 --- a/tests/notebooks/mirror/ipynb_to_Rmd/nteract_with_parameter.Rmd +++ b/tests/notebooks/mirror/ipynb_to_Rmd/nteract_with_parameter.Rmd @@ -16,8 +16,6 @@ jupyter: nbconvert_exporter: python pygments_lexer: ipython3 version: 3.6.6 - nteract: - version: 0.11.6 --- ```{python outputHidden=FALSE, inputHidden=FALSE, tags=c("parameters")} diff --git a/tests/notebooks/mirror/ipynb_to_md/jupyter_with_raw_cell_in_body.md b/tests/notebooks/mirror/ipynb_to_md/jupyter_with_raw_cell_in_body.md index d317602a4..d265f87f0 100644 --- a/tests/notebooks/mirror/ipynb_to_md/jupyter_with_raw_cell_in_body.md +++ b/tests/notebooks/mirror/ipynb_to_md/jupyter_with_raw_cell_in_body.md @@ -1,6 +1,5 @@ --- jupyter: - celltoolbar: Edit Metadata kernelspec: display_name: Python 3 language: python diff --git a/tests/notebooks/mirror/ipynb_to_md/notebook_with_complex_metadata.md b/tests/notebooks/mirror/ipynb_to_md/notebook_with_complex_metadata.md index bb4a50abf..a82e6fce1 100644 --- a/tests/notebooks/mirror/ipynb_to_md/notebook_with_complex_metadata.md +++ b/tests/notebooks/mirror/ipynb_to_md/notebook_with_complex_metadata.md @@ -14,12 +14,6 @@ jupyter: nbconvert_exporter: python pygments_lexer: ipython3 version: 3.5.1 - widgets: - state: - a65a11f142ca44eebc913788d256adcb: - views: - - cell_index: 92 - version: 1.2.0 --- ```python diff --git a/tests/notebooks/mirror/ipynb_to_md/nteract_with_parameter.md b/tests/notebooks/mirror/ipynb_to_md/nteract_with_parameter.md index c50908ed7..1c68e24bb 100644 --- a/tests/notebooks/mirror/ipynb_to_md/nteract_with_parameter.md +++ b/tests/notebooks/mirror/ipynb_to_md/nteract_with_parameter.md @@ -16,8 +16,6 @@ jupyter: nbconvert_exporter: python pygments_lexer: ipython3 version: 3.6.6 - nteract: - version: 0.11.6 --- ```python diff --git a/tests/notebooks/mirror/ipynb_to_percent/jupyter_with_raw_cell_in_body.py b/tests/notebooks/mirror/ipynb_to_percent/jupyter_with_raw_cell_in_body.py index cdae8f21b..b06404fa8 100644 --- a/tests/notebooks/mirror/ipynb_to_percent/jupyter_with_raw_cell_in_body.py +++ b/tests/notebooks/mirror/ipynb_to_percent/jupyter_with_raw_cell_in_body.py @@ -1,6 +1,5 @@ # --- # jupyter: -# celltoolbar: Edit Metadata # kernelspec: # display_name: Python 3 # language: python diff --git a/tests/notebooks/mirror/ipynb_to_percent/notebook_with_complex_metadata.py b/tests/notebooks/mirror/ipynb_to_percent/notebook_with_complex_metadata.py index e47fdf3c7..84d4b2dd4 100644 --- a/tests/notebooks/mirror/ipynb_to_percent/notebook_with_complex_metadata.py +++ b/tests/notebooks/mirror/ipynb_to_percent/notebook_with_complex_metadata.py @@ -14,12 +14,6 @@ # nbconvert_exporter: python # pygments_lexer: ipython3 # version: 3.5.1 -# widgets: -# state: -# a65a11f142ca44eebc913788d256adcb: -# views: -# - cell_index: 92 -# version: 1.2.0 # --- # %% diff --git a/tests/notebooks/mirror/ipynb_to_percent/nteract_with_parameter.py b/tests/notebooks/mirror/ipynb_to_percent/nteract_with_parameter.py index 3a0fc1783..d068ca02c 100644 --- a/tests/notebooks/mirror/ipynb_to_percent/nteract_with_parameter.py +++ b/tests/notebooks/mirror/ipynb_to_percent/nteract_with_parameter.py @@ -16,8 +16,6 @@ # nbconvert_exporter: python # pygments_lexer: ipython3 # version: 3.6.6 -# nteract: -# version: 0.11.6 # --- # %% {"outputHidden": false, "inputHidden": false, "tags": ["parameters"]} diff --git a/tests/notebooks/mirror/ipynb_to_script/jupyter_with_raw_cell_in_body.py b/tests/notebooks/mirror/ipynb_to_script/jupyter_with_raw_cell_in_body.py index 4debcf614..a06594270 100644 --- a/tests/notebooks/mirror/ipynb_to_script/jupyter_with_raw_cell_in_body.py +++ b/tests/notebooks/mirror/ipynb_to_script/jupyter_with_raw_cell_in_body.py @@ -1,6 +1,5 @@ # --- # jupyter: -# celltoolbar: Edit Metadata # kernelspec: # display_name: Python 3 # language: python diff --git a/tests/notebooks/mirror/ipynb_to_script/notebook_with_complex_metadata.py b/tests/notebooks/mirror/ipynb_to_script/notebook_with_complex_metadata.py index 3ad6e292c..fcbe6a1d1 100644 --- a/tests/notebooks/mirror/ipynb_to_script/notebook_with_complex_metadata.py +++ b/tests/notebooks/mirror/ipynb_to_script/notebook_with_complex_metadata.py @@ -14,12 +14,6 @@ # nbconvert_exporter: python # pygments_lexer: ipython3 # version: 3.5.1 -# widgets: -# state: -# a65a11f142ca44eebc913788d256adcb: -# views: -# - cell_index: 92 -# version: 1.2.0 # --- diff --git a/tests/notebooks/mirror/ipynb_to_script/nteract_with_parameter.py b/tests/notebooks/mirror/ipynb_to_script/nteract_with_parameter.py index df534bdf5..5fbbe718e 100644 --- a/tests/notebooks/mirror/ipynb_to_script/nteract_with_parameter.py +++ b/tests/notebooks/mirror/ipynb_to_script/nteract_with_parameter.py @@ -16,8 +16,6 @@ # nbconvert_exporter: python # pygments_lexer: ipython3 # version: 3.6.6 -# nteract: -# version: 0.11.6 # --- # + {"outputHidden": false, "inputHidden": false, "tags": ["parameters"]} diff --git a/tests/notebooks/mirror/ipynb_to_sphinx/notebook_with_complex_metadata.py b/tests/notebooks/mirror/ipynb_to_sphinx/notebook_with_complex_metadata.py index 3ad6e292c..fcbe6a1d1 100644 --- a/tests/notebooks/mirror/ipynb_to_sphinx/notebook_with_complex_metadata.py +++ b/tests/notebooks/mirror/ipynb_to_sphinx/notebook_with_complex_metadata.py @@ -14,12 +14,6 @@ # nbconvert_exporter: python # pygments_lexer: ipython3 # version: 3.5.1 -# widgets: -# state: -# a65a11f142ca44eebc913788d256adcb: -# views: -# - cell_index: 92 -# version: 1.2.0 # --- diff --git a/tests/notebooks/mirror/ipynb_to_sphinx/nteract_with_parameter.py b/tests/notebooks/mirror/ipynb_to_sphinx/nteract_with_parameter.py index 81874b433..9212a2ef7 100644 --- a/tests/notebooks/mirror/ipynb_to_sphinx/nteract_with_parameter.py +++ b/tests/notebooks/mirror/ipynb_to_sphinx/nteract_with_parameter.py @@ -16,8 +16,6 @@ # nbconvert_exporter: python # pygments_lexer: ipython3 # version: 3.6.6 -# nteract: -# version: 0.11.6 # --- param = 4