diff --git a/Interacting-with-code-repo.html b/Interacting-with-code-repo.html
index 8db7102..a590997 100644
--- a/Interacting-with-code-repo.html
+++ b/Interacting-with-code-repo.html
@@ -541,14 +541,16 @@
PYTHON<
subprocess.run(["jupytext", "--to", "py", notebook, "--output", output_file])
print(f"Converted {notebook} to {output_file}")
-
For convenience, you can also use the convert_files() function from
-helpers.py
+For convenience, we have placed this code inside a
+convert_files()
function in helpers.py
.
PYTHON
import AWS_helpers.helpers as helpers
helpers.convert_files(direction="notebook_to_python")
+Once converted, we can move our .py files to the AWS_helpers folder
+using the file explorer panel in Jupyter Lab.
Step 4. Adding .ipynb to gitigore
Adding .ipynb
files to .gitignore
is a good
diff --git a/aio.html b/aio.html
index a940f03..4f82876 100644
--- a/aio.html
+++ b/aio.html
@@ -1946,14 +1946,16 @@
PYTHON<
subprocess.run(["jupytext", "--to", "py", notebook, "--output", output_file])
print(f"Converted {notebook} to {output_file}")
-
For convenience, you can also use the convert_files() function from
-helpers.py
+For convenience, we have placed this code inside a
+convert_files()
function in helpers.py
.
PYTHON
import AWS_helpers.helpers as helpers
helpers.convert_files(direction="notebook_to_python")
+Once converted, we can move our .py files to the AWS_helpers folder
+using the file explorer panel in Jupyter Lab.
Step 4. Adding .ipynb to gitigore
diff --git a/instructor/Interacting-with-code-repo.html b/instructor/Interacting-with-code-repo.html
index 7cac57d..138a353 100644
--- a/instructor/Interacting-with-code-repo.html
+++ b/instructor/Interacting-with-code-repo.html
@@ -543,14 +543,16 @@ PYTHON<
subprocess.run(["jupytext", "--to", "py", notebook, "--output", output_file])
print(f"Converted {notebook} to {output_file}")
-
For convenience, you can also use the convert_files() function from
-helpers.py
+For convenience, we have placed this code inside a
+convert_files()
function in helpers.py
.
PYTHON
import AWS_helpers.helpers as helpers
helpers.convert_files(direction="notebook_to_python")
+Once converted, we can move our .py files to the AWS_helpers folder
+using the file explorer panel in Jupyter Lab.
Step 4. Adding .ipynb to gitigore
Adding .ipynb
files to .gitignore
is a good
diff --git a/instructor/aio.html b/instructor/aio.html
index 10a9248..5a6c6ea 100644
--- a/instructor/aio.html
+++ b/instructor/aio.html
@@ -1953,14 +1953,16 @@
PYTHON<
subprocess.run(["jupytext", "--to", "py", notebook, "--output", output_file])
print(f"Converted {notebook} to {output_file}")
-
For convenience, you can also use the convert_files() function from
-helpers.py
+For convenience, we have placed this code inside a
+convert_files()
function in helpers.py
.
PYTHON
import AWS_helpers.helpers as helpers
helpers.convert_files(direction="notebook_to_python")
+Once converted, we can move our .py files to the AWS_helpers folder
+using the file explorer panel in Jupyter Lab.
Step 4. Adding .ipynb to gitigore
diff --git a/md5sum.txt b/md5sum.txt
index a824153..abf6510 100644
--- a/md5sum.txt
+++ b/md5sum.txt
@@ -8,7 +8,7 @@
"episodes/Data-storage-setting-up-S3.md" "e051fb55d0f69de00887058f1f46852d" "site/built/Data-storage-setting-up-S3.md" "2024-11-05"
"episodes/SageMaker-notebooks-as-controllers.md" "7b44f533d49559aa691b8ab2574b4e81" "site/built/SageMaker-notebooks-as-controllers.md" "2024-11-06"
"episodes/Accessing-S3-via-SageMaker-notebooks.md" "fe9561e747c000e7ed75cb0820a8d00e" "site/built/Accessing-S3-via-SageMaker-notebooks.md" "2024-11-06"
-"episodes/Interacting-with-code-repo.md" "12c631cbfae5032a6b1c188f446994e4" "site/built/Interacting-with-code-repo.md" "2024-11-06"
+"episodes/Interacting-with-code-repo.md" "727f344d85973871ba639a64deeb4c44" "site/built/Interacting-with-code-repo.md" "2024-11-06"
"episodes/Training-models-in-SageMaker-notebooks.md" "2378750690016fdbdf1cb83881903e67" "site/built/Training-models-in-SageMaker-notebooks.md" "2024-11-03"
"instructors/instructor-notes.md" "cae72b6712578d74a49fea7513099f8c" "site/built/instructor-notes.md" "2023-03-16"
"learners/reference.md" "1c7cc4e229304d9806a13f69ca1b8ba4" "site/built/reference.md" "2023-03-16"
diff --git a/pkgdown.yml b/pkgdown.yml
index 90acbae..0dd0dc0 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.1.11
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-11-06T20:15Z
+last_built: 2024-11-06T20:21Z