We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd7f25 commit 76e2c9aCopy full SHA for 76e2c9a
.github/workflows/reproducibility_checker.py
@@ -1,5 +1,6 @@
1
import ast
2
import importlib
3
+import nbformat
4
import os
5
6
def extract_functions_from_notebook(notebook_path):
0 commit comments