thegreekgeek / PracticeQuestionExtract.py
0 mi piace
0 forks
1 files
Ultima volta attivo 3 months ago
| 1 | import nbformat |
| 2 | import glob |
| 3 | import re |
| 4 | |
| 5 | practiceHeadingPattern = re.compile(r'\*\*practice\s+\w+\*\*', re.IGNORECASE) |
| 6 | |
| 7 | # Step 1: Locate all notebook files in the current directory |
| 8 | notebook_files = glob.glob("*.ipynb") |
| 9 | |
| 10 | # A list to store matching markdown cells |
thegreekgeek / gist:d13a2683849242f5bdbe34b6b3ed9c1d
0 mi piace
0 forks
1 files
Ultima volta attivo 9 months ago
| 1 | This is a test to push to opengist from code. |
thegreekgeek / gist:08b654fcfb084fffa8101655546e0436
0 mi piace
0 forks
1 files
Ultima volta attivo 9 months ago
| 1 | This is a test to push to opengist from code. |
thegreekgeek / gist:2be8aec663004489b000497f0797043f
0 mi piace
0 forks
1 files
Ultima volta attivo 9 months ago
| 1 | This is a test to push to opengist from code. |
thegreekgeek / gist:e38fafc1193545cc9cbb047a1c64b02d
0 mi piace
0 forks
1 files
Ultima volta attivo 9 months ago
| 1 | This is a test to push to opengist from code. |
thegreekgeek / gist:62afebb94f75451f925625fe02caa971
0 mi piace
0 forks
1 files
Ultima volta attivo 9 months ago
| 1 | test |
Più nuovi
Più vecchi