diff --git a/Python/Module1_GettingStartedWithPython/GettingStartedWithPython.md b/Python/Module1_GettingStartedWithPython/GettingStartedWithPython.md
index 8d355521..08c6ce40 100644
--- a/Python/Module1_GettingStartedWithPython/GettingStartedWithPython.md
+++ b/Python/Module1_GettingStartedWithPython/GettingStartedWithPython.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.md b/Python/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.md
index f1e406bc..d780d32f 100644
--- a/Python/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.md
+++ b/Python/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
@@ -83,7 +83,7 @@ This adds many useful features to the IDE that will make writing Python code a m
- Configuring VSCode for Python development can have a moderate learning curve for newcomers.
- Some features, like context-aware intellisense and type-inference, are simply more polished and powerful in PyCharm.
-
+
**Takeaway**:
diff --git a/Python/Module1_GettingStartedWithPython/Informal_Intro_Python.md b/Python/Module1_GettingStartedWithPython/Informal_Intro_Python.md
index 1fcf7eb3..4ae9a5e3 100644
--- a/Python/Module1_GettingStartedWithPython/Informal_Intro_Python.md
+++ b/Python/Module1_GettingStartedWithPython/Informal_Intro_Python.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.5.0
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module1_GettingStartedWithPython/Installing_Python.md b/Python/Module1_GettingStartedWithPython/Installing_Python.md
index c415deee..67a21a98 100644
--- a/Python/Module1_GettingStartedWithPython/Installing_Python.md
+++ b/Python/Module1_GettingStartedWithPython/Installing_Python.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module1_GettingStartedWithPython/Jupyter_Notebooks.md b/Python/Module1_GettingStartedWithPython/Jupyter_Notebooks.md
index c9ef7b9a..cf817578 100644
--- a/Python/Module1_GettingStartedWithPython/Jupyter_Notebooks.md
+++ b/Python/Module1_GettingStartedWithPython/Jupyter_Notebooks.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.5.0
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module1_GettingStartedWithPython/Numerical_Work_In_Python.md b/Python/Module1_GettingStartedWithPython/Numerical_Work_In_Python.md
index f68dab65..fab7fe1c 100644
--- a/Python/Module1_GettingStartedWithPython/Numerical_Work_In_Python.md
+++ b/Python/Module1_GettingStartedWithPython/Numerical_Work_In_Python.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module1_GettingStartedWithPython/SiteFormatting.md b/Python/Module1_GettingStartedWithPython/SiteFormatting.md
index 0f38f692..bd1c539e 100644
--- a/Python/Module1_GettingStartedWithPython/SiteFormatting.md
+++ b/Python/Module1_GettingStartedWithPython/SiteFormatting.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Basic_Objects.md b/Python/Module2_EssentialsOfPython/Basic_Objects.md
index 7a2e3f10..fcb69895 100644
--- a/Python/Module2_EssentialsOfPython/Basic_Objects.md
+++ b/Python/Module2_EssentialsOfPython/Basic_Objects.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.5.0
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/ConditionalStatements.md b/Python/Module2_EssentialsOfPython/ConditionalStatements.md
index 277738e3..99494322 100644
--- a/Python/Module2_EssentialsOfPython/ConditionalStatements.md
+++ b/Python/Module2_EssentialsOfPython/ConditionalStatements.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/DataStructures.md b/Python/Module2_EssentialsOfPython/DataStructures.md
index 81631b47..6fc26338 100644
--- a/Python/Module2_EssentialsOfPython/DataStructures.md
+++ b/Python/Module2_EssentialsOfPython/DataStructures.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/DataStructures_III_Sets_and_More.md b/Python/Module2_EssentialsOfPython/DataStructures_III_Sets_and_More.md
index c399d068..7290ca04 100644
--- a/Python/Module2_EssentialsOfPython/DataStructures_III_Sets_and_More.md
+++ b/Python/Module2_EssentialsOfPython/DataStructures_III_Sets_and_More.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/DataStructures_II_Dictionaries.md b/Python/Module2_EssentialsOfPython/DataStructures_II_Dictionaries.md
index 1b7d4d7a..a01d8831 100644
--- a/Python/Module2_EssentialsOfPython/DataStructures_II_Dictionaries.md
+++ b/Python/Module2_EssentialsOfPython/DataStructures_II_Dictionaries.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/ForLoops.md b/Python/Module2_EssentialsOfPython/ForLoops.md
index 821c4d40..b447734f 100644
--- a/Python/Module2_EssentialsOfPython/ForLoops.md
+++ b/Python/Module2_EssentialsOfPython/ForLoops.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
@@ -14,7 +14,7 @@ jupyter:
.. meta::
- :description: Topic: Contorl flow with for-loops and while-loops, Difficulty: Easy, Category: Section
+ :description: Topic: Control flow with for-loops and while-loops, Difficulty: Easy, Category: Section
:keywords: for-loop, while-loop, break, control flow, basic programming
diff --git a/Python/Module2_EssentialsOfPython/Functions.md b/Python/Module2_EssentialsOfPython/Functions.md
index c57eb4c2..a0c7ac40 100644
--- a/Python/Module2_EssentialsOfPython/Functions.md
+++ b/Python/Module2_EssentialsOfPython/Functions.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Generators_and_Comprehensions.md b/Python/Module2_EssentialsOfPython/Generators_and_Comprehensions.md
index d193ae5c..d18a4dfa 100644
--- a/Python/Module2_EssentialsOfPython/Generators_and_Comprehensions.md
+++ b/Python/Module2_EssentialsOfPython/Generators_and_Comprehensions.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Introduction.md b/Python/Module2_EssentialsOfPython/Introduction.md
index 7f48f672..98e40d26 100644
--- a/Python/Module2_EssentialsOfPython/Introduction.md
+++ b/Python/Module2_EssentialsOfPython/Introduction.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Iterables.md b/Python/Module2_EssentialsOfPython/Iterables.md
index 2a53dcd7..ce3e4fdc 100644
--- a/Python/Module2_EssentialsOfPython/Iterables.md
+++ b/Python/Module2_EssentialsOfPython/Iterables.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Itertools.md b/Python/Module2_EssentialsOfPython/Itertools.md
index c4efa8f4..05febea0 100644
--- a/Python/Module2_EssentialsOfPython/Itertools.md
+++ b/Python/Module2_EssentialsOfPython/Itertools.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Problems/DifferenceFanout.md b/Python/Module2_EssentialsOfPython/Problems/DifferenceFanout.md
index 6bebd45f..a362d832 100644
--- a/Python/Module2_EssentialsOfPython/Problems/DifferenceFanout.md
+++ b/Python/Module2_EssentialsOfPython/Problems/DifferenceFanout.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Problems/EncodeAsString.md b/Python/Module2_EssentialsOfPython/Problems/EncodeAsString.md
index 1b90cf5a..a7b63234 100644
--- a/Python/Module2_EssentialsOfPython/Problems/EncodeAsString.md
+++ b/Python/Module2_EssentialsOfPython/Problems/EncodeAsString.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Problems/MarginPercentage.md b/Python/Module2_EssentialsOfPython/Problems/MarginPercentage.md
index ddce8aeb..1d7f7f91 100644
--- a/Python/Module2_EssentialsOfPython/Problems/MarginPercentage.md
+++ b/Python/Module2_EssentialsOfPython/Problems/MarginPercentage.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Problems/MergeMaxDicts.md b/Python/Module2_EssentialsOfPython/Problems/MergeMaxDicts.md
index 95f9be13..096d983c 100644
--- a/Python/Module2_EssentialsOfPython/Problems/MergeMaxDicts.md
+++ b/Python/Module2_EssentialsOfPython/Problems/MergeMaxDicts.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Problems/Palindrome.md b/Python/Module2_EssentialsOfPython/Problems/Palindrome.md
index 098fa12b..3f9bd182 100644
--- a/Python/Module2_EssentialsOfPython/Problems/Palindrome.md
+++ b/Python/Module2_EssentialsOfPython/Problems/Palindrome.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Scope.md b/Python/Module2_EssentialsOfPython/Scope.md
index 15b6b594..afc6f8d8 100644
--- a/Python/Module2_EssentialsOfPython/Scope.md
+++ b/Python/Module2_EssentialsOfPython/Scope.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/SequenceTypes.md b/Python/Module2_EssentialsOfPython/SequenceTypes.md
index b7af367f..1e8a1149 100644
--- a/Python/Module2_EssentialsOfPython/SequenceTypes.md
+++ b/Python/Module2_EssentialsOfPython/SequenceTypes.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module2_EssentialsOfPython/Variables_and_Assignment.md b/Python/Module2_EssentialsOfPython/Variables_and_Assignment.md
index 0869b676..0e9c5fc3 100644
--- a/Python/Module2_EssentialsOfPython/Variables_and_Assignment.md
+++ b/Python/Module2_EssentialsOfPython/Variables_and_Assignment.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/AccessingDataAlongMultipleDimensions.md b/Python/Module3_IntroducingNumpy/AccessingDataAlongMultipleDimensions.md
index af775e97..79c5e8f3 100644
--- a/Python/Module3_IntroducingNumpy/AccessingDataAlongMultipleDimensions.md
+++ b/Python/Module3_IntroducingNumpy/AccessingDataAlongMultipleDimensions.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/AdvancedIndexing.md b/Python/Module3_IntroducingNumpy/AdvancedIndexing.md
index 64df9ccc..2dcb7a2f 100644
--- a/Python/Module3_IntroducingNumpy/AdvancedIndexing.md
+++ b/Python/Module3_IntroducingNumpy/AdvancedIndexing.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/ArrayTraversal.md b/Python/Module3_IntroducingNumpy/ArrayTraversal.md
index 98c255a4..d7979257 100644
--- a/Python/Module3_IntroducingNumpy/ArrayTraversal.md
+++ b/Python/Module3_IntroducingNumpy/ArrayTraversal.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/BasicArrayAttributes.md b/Python/Module3_IntroducingNumpy/BasicArrayAttributes.md
index 8cd241a3..30f1130b 100644
--- a/Python/Module3_IntroducingNumpy/BasicArrayAttributes.md
+++ b/Python/Module3_IntroducingNumpy/BasicArrayAttributes.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/BasicIndexing.md b/Python/Module3_IntroducingNumpy/BasicIndexing.md
index 74a6fde4..6679f79f 100644
--- a/Python/Module3_IntroducingNumpy/BasicIndexing.md
+++ b/Python/Module3_IntroducingNumpy/BasicIndexing.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/Broadcasting.md b/Python/Module3_IntroducingNumpy/Broadcasting.md
index 3baae4d5..c11e0503 100644
--- a/Python/Module3_IntroducingNumpy/Broadcasting.md
+++ b/Python/Module3_IntroducingNumpy/Broadcasting.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.5.0
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/FunctionsForCreatingNumpyArrays.md b/Python/Module3_IntroducingNumpy/FunctionsForCreatingNumpyArrays.md
index 84669d4d..2ef6f05d 100644
--- a/Python/Module3_IntroducingNumpy/FunctionsForCreatingNumpyArrays.md
+++ b/Python/Module3_IntroducingNumpy/FunctionsForCreatingNumpyArrays.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/IntroducingTheNDarray.md b/Python/Module3_IntroducingNumpy/IntroducingTheNDarray.md
index 17a3d192..b91339cb 100644
--- a/Python/Module3_IntroducingNumpy/IntroducingTheNDarray.md
+++ b/Python/Module3_IntroducingNumpy/IntroducingTheNDarray.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/Problems/ComputeAccuracy.md b/Python/Module3_IntroducingNumpy/Problems/ComputeAccuracy.md
index 17833303..451d91c4 100644
--- a/Python/Module3_IntroducingNumpy/Problems/ComputeAccuracy.md
+++ b/Python/Module3_IntroducingNumpy/Problems/ComputeAccuracy.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module3_IntroducingNumpy/VectorizedOperations.md b/Python/Module3_IntroducingNumpy/VectorizedOperations.md
index 8edd973e..f6edddb7 100644
--- a/Python/Module3_IntroducingNumpy/VectorizedOperations.md
+++ b/Python/Module3_IntroducingNumpy/VectorizedOperations.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module4_OOP/Applications_of_OOP.md b/Python/Module4_OOP/Applications_of_OOP.md
index 4952036c..00399112 100644
--- a/Python/Module4_OOP/Applications_of_OOP.md
+++ b/Python/Module4_OOP/Applications_of_OOP.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module4_OOP/Brief_Review.md b/Python/Module4_OOP/Brief_Review.md
index 29d35c97..96fd1a64 100644
--- a/Python/Module4_OOP/Brief_Review.md
+++ b/Python/Module4_OOP/Brief_Review.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module4_OOP/ClassDefinition.md b/Python/Module4_OOP/ClassDefinition.md
index 6419727b..ffcd8683 100644
--- a/Python/Module4_OOP/ClassDefinition.md
+++ b/Python/Module4_OOP/ClassDefinition.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module4_OOP/ClassInstances.md b/Python/Module4_OOP/ClassInstances.md
index 7d5cc65c..30da5961 100644
--- a/Python/Module4_OOP/ClassInstances.md
+++ b/Python/Module4_OOP/ClassInstances.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module4_OOP/Inheritance.md b/Python/Module4_OOP/Inheritance.md
index 95114973..1e47a4e1 100644
--- a/Python/Module4_OOP/Inheritance.md
+++ b/Python/Module4_OOP/Inheritance.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module4_OOP/Introduction_to_OOP.md b/Python/Module4_OOP/Introduction_to_OOP.md
index e061c9c9..25c0ebe9 100644
--- a/Python/Module4_OOP/Introduction_to_OOP.md
+++ b/Python/Module4_OOP/Introduction_to_OOP.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module4_OOP/Methods.md b/Python/Module4_OOP/Methods.md
index 6bf8e4fc..7bb440e8 100644
--- a/Python/Module4_OOP/Methods.md
+++ b/Python/Module4_OOP/Methods.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module4_OOP/ObjectOrientedProgramming.md b/Python/Module4_OOP/ObjectOrientedProgramming.md
index 8c5802a6..f4de8d27 100644
--- a/Python/Module4_OOP/ObjectOrientedProgramming.md
+++ b/Python/Module4_OOP/ObjectOrientedProgramming.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module4_OOP/Special_Methods.md b/Python/Module4_OOP/Special_Methods.md
index 45a91811..a9477dcf 100644
--- a/Python/Module4_OOP/Special_Methods.md
+++ b/Python/Module4_OOP/Special_Methods.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module5_OddsAndEnds/Modules_and_Packages.md b/Python/Module5_OddsAndEnds/Modules_and_Packages.md
index 3324669e..30b52e27 100644
--- a/Python/Module5_OddsAndEnds/Modules_and_Packages.md
+++ b/Python/Module5_OddsAndEnds/Modules_and_Packages.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/Python/Module5_OddsAndEnds/WorkingWithFiles.md b/Python/Module5_OddsAndEnds/WorkingWithFiles.md
index d68d8f27..f33c737e 100644
--- a/Python/Module5_OddsAndEnds/WorkingWithFiles.md
+++ b/Python/Module5_OddsAndEnds/WorkingWithFiles.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.3.0rc1
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
@@ -254,7 +254,7 @@ with open("a_poem.txt", mode="r") as my_open_file:
There are many cases in which we may want to construct a list of files to iterate over. For example, if we have several data files, it would be useful to create a file list which we can iterate through and process in sequence. One way to do this would be to manually construct such a list of files:
-``` python
+```python
my_files = ['data/file1.txt', 'data/file2.txt', 'data/file3.txt', 'data/file4.txt']
```
diff --git a/Python/Module5_OddsAndEnds/Writing_Good_Code.md b/Python/Module5_OddsAndEnds/Writing_Good_Code.md
index 07a5ce1e..3cebc424 100644
--- a/Python/Module5_OddsAndEnds/Writing_Good_Code.md
+++ b/Python/Module5_OddsAndEnds/Writing_Good_Code.md
@@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.2'
- jupytext_version: 1.5.0
+ jupytext_version: 1.9.1
kernelspec:
display_name: Python 3
language: python
diff --git a/README.md b/README.md
index 8a401cb9..07ca3516 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Once this environment is created activate it. You may need to manually install a
```shell
pip install sphinx-rtd-theme==0.4.3
-pip install jupytext==1.4.2
+pip install jupytext==1.9.1
```
and install the `plymi` code base from this repo. Clone the present repository and run:
diff --git a/plymi.yml b/plymi.yml
index 91360d32..8f55a5b0 100644
--- a/plymi.yml
+++ b/plymi.yml
@@ -118,7 +118,7 @@ dependencies:
- docutils==0.14
- idna==2.8
- imagesize==1.1.0
- - jupytext==1.4.2
+ - jupytext==1.9.1
- mock==2.0.0
- numpydoc==0.9.1
- pbr==5.2.0
diff --git a/src/plymi/__init__.py b/src/plymi/__init__.py
index 76548f90..1f7abedd 100644
--- a/src/plymi/__init__.py
+++ b/src/plymi/__init__.py
@@ -21,6 +21,8 @@
"convert_all_markdown_to_ipynb",
"convert_src_to_html",
"build_to_doc",
+ "delete_all_notebooks",
+ "delete_all_markdown",
]
all_source_dirs = [