serve
A parallel ipynb processor (experimental)
proc_nbs
def proc_nbs(
path:str='', # Path to notebooks
n_workers:int=4, # Number of workers
force:bool=False, # Ignore cache and build all
file_glob:str='', # Only include files matching glob
file_re:str='', # Only include files matching glob
symlinks:bool=False, # Follow symlinks?
folder_re:str=None, # Only enter folders matching regex
skip_file_glob:str=None, # Skip files matching glob
skip_file_re:str='^[_.]', # Skip files matching regex
skip_folder_re:str='^[_.]', # Skip folders matching regex
):
Process notebooks in path for docs rendering