File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cp -r examples .binder $TMP_CONTENT_DIR
25
25
find . -delete
26
26
27
27
# Generate notebooks and remove other files from examples folder
28
- GENERATED_NOTEBOOKS_DIR=generated-notebooks
28
+ GENERATED_NOTEBOOKS_DIR=examples
29
29
cp -r $TMP_CONTENT_DIR /examples $GENERATED_NOTEBOOKS_DIR
30
30
31
31
find $GENERATED_NOTEBOOKS_DIR -name ' example_*.py' -exec sphx_glr_python_to_jupyter.py ' {}' +
Original file line number Diff line number Diff line change 88
88
'dependencies' : ['../.binder/apt.txt' , '../.binder/requirements.txt' ],
89
89
#'filepath_prefix': '<prefix>' # A prefix to prepend to any filepaths in Binder links.
90
90
# Jupyter notebooks for Binder will be copied to this directory (relative to built documentation root).
91
- 'notebooks_dir' : 'notebooks/generated_notebooks ' ,
91
+ 'notebooks_dir' : 'notebooks/' ,
92
92
'use_jupyter_lab' : True , # Whether Binder links should start Jupyter Lab instead of the Jupyter Notebook interface.
93
93
},
94
94
}
You can’t perform that action at this time.
0 commit comments