lvwerra HF Staff commited on
Commit
ae1aa01
·
verified ·
1 Parent(s): 7470e8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-v3")
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/'