Skip to content

Commit bc0a6f8

Browse files
committed
do lecture 1 using generative AI only
1 parent 7695144 commit bc0a6f8

File tree

5 files changed

+1368
-1267
lines changed

5 files changed

+1368
-1267
lines changed

extras/scripts/check_change.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ diffable "$POST" "$FINAL"
3131

3232
case "$SOURCE" in
3333

34-
lecture_1.ipynb)
35-
# uses sample()
36-
exit
37-
;;
38-
3934
lecture_3.ipynb)
4035
# https://github.com/jupyter/nbdime/issues/473#issuecomment-831682930
4136
exit

extras/test_lectures.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
from glob import glob
21
import re
2+
from glob import glob
33

4-
from nbformat import NotebookNode
54
import pytest
5+
from nbformat import NotebookNode
66

77
from .lib.nb_helper import get_tags, is_code_cell, read_notebook
88

9-
109
lecture_notebooks = glob("lecture_?.ipynb")
1110
lecture_notebooks.sort()
1211

@@ -82,8 +81,6 @@ def test_attendance_reminder(file):
8281

8382
@pytest.mark.parametrize("file", lecture_notebooks)
8483
def test_hidden_imports(file):
85-
if file == "lecture_1.ipynb":
86-
pytest.skip("Introducing pandas")
8784
if file == "lecture_3.ipynb":
8885
pytest.skip("Introducing plotly")
8986

0 commit comments

Comments
 (0)