Skip to content

Commit cd04dd9

Browse files
committed
removed the code cell printing the current larray version in all tutorial notebooks except in getting_started.ipynb
1 parent fc007e3 commit cd04dd9

20 files changed

+0
-260
lines changed

doc/source/tutorial/pandas.ipyml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ cells:
2020
from larray import *
2121

2222

23-
- markdown: |
24-
Check the version of LArray:
25-
26-
27-
- code: |
28-
from larray import __version__
29-
__version__
30-
31-
3223
- markdown: |
3324
To convert an Array object into a pandas DataFrame, the method [to_frame](../_generated/larray.Array.to_frame.rst#larray.Array.to_frame) can be used:
3425

doc/source/tutorial/pandas.ipynb

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@
3636
"from larray import *"
3737
]
3838
},
39-
{
40-
"cell_type": "markdown",
41-
"metadata": {},
42-
"source": [
43-
"Check the version of LArray:"
44-
]
45-
},
46-
{
47-
"cell_type": "code",
48-
"execution_count": null,
49-
"metadata": {},
50-
"outputs": [],
51-
"source": [
52-
"from larray import __version__\n",
53-
"__version__"
54-
]
55-
},
5639
{
5740
"cell_type": "markdown",
5841
"metadata": {},

doc/source/tutorial/tutorial_IO.ipyml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ cells:
2121
from larray import *
2222

2323

24-
- markdown: |
25-
Check the version of LArray:
26-
27-
28-
- code: |
29-
from larray import __version__
30-
__version__
31-
32-
3324
- markdown: |
3425
## Loading and Dumping Arrays
3526

doc/source/tutorial/tutorial_IO.ipynb

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,6 @@
3737
"from larray import *"
3838
]
3939
},
40-
{
41-
"cell_type": "markdown",
42-
"metadata": {},
43-
"source": [
44-
"Check the version of LArray:"
45-
]
46-
},
47-
{
48-
"cell_type": "code",
49-
"execution_count": null,
50-
"metadata": {},
51-
"outputs": [],
52-
"source": [
53-
"from larray import __version__\n",
54-
"__version__"
55-
]
56-
},
5740
{
5841
"cell_type": "markdown",
5942
"metadata": {},

doc/source/tutorial/tutorial_arithmetic_op_and_aggregation.ipyml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ cells:
2020
from larray import *
2121

2222

23-
- markdown: |
24-
Check the version of LArray:
25-
26-
27-
- code: |
28-
from larray import __version__
29-
__version__
30-
31-
3223
- markdown: |
3324
## Arithmetic operations
3425

doc/source/tutorial/tutorial_arithmetic_op_and_aggregation.ipynb

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@
3636
"from larray import *"
3737
]
3838
},
39-
{
40-
"cell_type": "markdown",
41-
"metadata": {},
42-
"source": [
43-
"Check the version of LArray:"
44-
]
45-
},
46-
{
47-
"cell_type": "code",
48-
"execution_count": null,
49-
"metadata": {},
50-
"outputs": [],
51-
"source": [
52-
"from larray import __version__\n",
53-
"__version__"
54-
]
55-
},
5639
{
5740
"cell_type": "markdown",
5841
"metadata": {},

doc/source/tutorial/tutorial_indexing.ipyml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ cells:
2020
from larray import *
2121

2222

23-
- markdown: |
24-
Check the version of LArray:
25-
26-
27-
- code: |
28-
from larray import __version__
29-
__version__
30-
31-
3223
- markdown: |
3324
Import the test array ``pop``:
3425

doc/source/tutorial/tutorial_indexing.ipynb

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@
3636
"from larray import *"
3737
]
3838
},
39-
{
40-
"cell_type": "markdown",
41-
"metadata": {},
42-
"source": [
43-
"Check the version of LArray:"
44-
]
45-
},
46-
{
47-
"cell_type": "code",
48-
"execution_count": null,
49-
"metadata": {},
50-
"outputs": [],
51-
"source": [
52-
"from larray import __version__\n",
53-
"__version__"
54-
]
55-
},
5639
{
5740
"cell_type": "markdown",
5841
"metadata": {},

doc/source/tutorial/tutorial_miscellaneous.ipyml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ cells:
2020
from larray import *
2121

2222

23-
- markdown: |
24-
Check the version of LArray:
25-
26-
27-
- code: |
28-
from larray import __version__
29-
__version__
30-
31-
3223
- code: |
3324
# load 'demography_eurostat' dataset
3425
demo_eurostat = load_example_data('demography_eurostat')

doc/source/tutorial/tutorial_miscellaneous.ipynb

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@
3636
"from larray import *"
3737
]
3838
},
39-
{
40-
"cell_type": "markdown",
41-
"metadata": {},
42-
"source": [
43-
"Check the version of LArray:"
44-
]
45-
},
46-
{
47-
"cell_type": "code",
48-
"execution_count": null,
49-
"metadata": {},
50-
"outputs": [],
51-
"source": [
52-
"from larray import __version__\n",
53-
"__version__"
54-
]
55-
},
5639
{
5740
"cell_type": "code",
5841
"execution_count": null,

0 commit comments

Comments
 (0)