##// END OF EJS Templates
add nbconvert serve exclusions without tornado
MinRK -
Show More
@@ -293,6 +293,8 b' def make_exclude():'
293
293
294 if not have['tornado']:
294 if not have['tornado']:
295 exclusions.append(ipjoin('html'))
295 exclusions.append(ipjoin('html'))
296 exclusions.append(ipjoin('nbconvert', 'post_processors', 'serve'))
297 exclusions.append(ipjoin('nbconvert', 'post_processors', 'tests', 'test_serve'))
296
298
297 if not have['jinja2']:
299 if not have['jinja2']:
298 exclusions.append(ipjoin('html', 'notebookapp'))
300 exclusions.append(ipjoin('html', 'notebookapp'))
General Comments 0
You need to be logged in to leave comments. Login now