Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ config = Config()
|
|
| 12 |
config.HTMLExporter.preprocessors = ["nbconvert.preprocessors.ExtractOutputPreprocessor"]
|
| 13 |
html_exporter = HTMLExporter(config=config, template_name="classic")
|
| 14 |
|
| 15 |
-
ds = load_dataset("lvwerra/jupyter-notebooks-edu-
|
| 16 |
ds_out = ds.filter(lambda x: x["contains_outputs"])
|
| 17 |
|
| 18 |
TMP_DIR = './tmp/'
|
|
|
|
| 12 |
config.HTMLExporter.preprocessors = ["nbconvert.preprocessors.ExtractOutputPreprocessor"]
|
| 13 |
html_exporter = HTMLExporter(config=config, template_name="classic")
|
| 14 |
|
| 15 |
+
ds = load_dataset("lvwerra/jupyter-notebooks-edu-v4")
|
| 16 |
ds_out = ds.filter(lambda x: x["contains_outputs"])
|
| 17 |
|
| 18 |
TMP_DIR = './tmp/'
|