From e4fb1f8aa6f45cd7f9cd8f8f32e8755312dac0c8 Mon Sep 17 00:00:00 2001
From: gsingh58 <gurmail-singh@wisc.edu>
Date: Wed, 3 Apr 2024 22:43:15 -0500
Subject: [PATCH] lec15: a note is at the top of the files

---
 lecture_material/15-regex/regex.ipynb                  |  8 ++++++++
 .../15-regex/{regex_lec_001.ipynb => regex_001.ipynb}  |  8 ++++++++
 .../15-regex/{regex_lec_002.ipynb => regex_002.ipynb}  |  8 ++++++++
 lecture_material/15-regex/self_practice.ipynb          | 10 +++++++++-
 4 files changed, 33 insertions(+), 1 deletion(-)
 rename lecture_material/15-regex/{regex_lec_001.ipynb => regex_001.ipynb} (99%)
 rename lecture_material/15-regex/{regex_lec_002.ipynb => regex_002.ipynb} (99%)

diff --git a/lecture_material/15-regex/regex.ipynb b/lecture_material/15-regex/regex.ipynb
index 3410557..f905b45 100644
--- a/lecture_material/15-regex/regex.ipynb
+++ b/lecture_material/15-regex/regex.ipynb
@@ -1,5 +1,13 @@
 {
  "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "739a8ddd-f377-4d10-b47f-d1e378ce9039",
+   "metadata": {},
+   "source": [
+    "#### <b>Note:</b> If you read this file directly from GitLab you may see redundant backslashes. You should open this file in JupyterLab to view the expressions properly."
+   ]
+  },
   {
    "attachments": {
     "Stephen_Cole_Kleene.png": {
diff --git a/lecture_material/15-regex/regex_lec_001.ipynb b/lecture_material/15-regex/regex_001.ipynb
similarity index 99%
rename from lecture_material/15-regex/regex_lec_001.ipynb
rename to lecture_material/15-regex/regex_001.ipynb
index 594a3f8..6e5e02d 100644
--- a/lecture_material/15-regex/regex_lec_001.ipynb
+++ b/lecture_material/15-regex/regex_001.ipynb
@@ -1,5 +1,13 @@
 {
  "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "ecbf8d03-d1b5-4b5b-9582-1531749d35c7",
+   "metadata": {},
+   "source": [
+    "#### <b>Note:</b> If you read this file directly from GitLab you may see redundant backslashes. You should open this file in JupyterLab to view the expressions properly."
+   ]
+  },
   {
    "attachments": {
     "Stephen_Cole_Kleene.png": {
diff --git a/lecture_material/15-regex/regex_lec_002.ipynb b/lecture_material/15-regex/regex_002.ipynb
similarity index 99%
rename from lecture_material/15-regex/regex_lec_002.ipynb
rename to lecture_material/15-regex/regex_002.ipynb
index 594a3f8..c93af6d 100644
--- a/lecture_material/15-regex/regex_lec_002.ipynb
+++ b/lecture_material/15-regex/regex_002.ipynb
@@ -1,5 +1,13 @@
 {
  "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "6af05f1f-2bf3-48e7-b5d2-0dce465ab345",
+   "metadata": {},
+   "source": [
+    "#### <b>Note:</b> If you read this file directly from GitLab you may see redundant backslashes. You should open this file in JupyterLab to view the expressions properly."
+   ]
+  },
   {
    "attachments": {
     "Stephen_Cole_Kleene.png": {
diff --git a/lecture_material/15-regex/self_practice.ipynb b/lecture_material/15-regex/self_practice.ipynb
index 9843960..4f68707 100644
--- a/lecture_material/15-regex/self_practice.ipynb
+++ b/lecture_material/15-regex/self_practice.ipynb
@@ -1,5 +1,13 @@
 {
  "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "7a9f4231-13d3-4e0c-8d06-d1bed74592ef",
+   "metadata": {},
+   "source": [
+    "#### <b>Note:</b> If you read this file directly from GitLab you may see redundant backslashes. You should open this file in JupyterLab to view the expressions properly."
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": 1,
@@ -344,7 +352,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.10.6"
+   "version": "3.8.10"
   }
  },
  "nbformat": 4,
-- 
GitLab