Skip to content

If not given in notebook.py get default concurrency parameter from jupyter notebook

Mikhail Karnevskiy requested to merge defaultParameters into master

Concurrency parameter is expected to be given from the command line. If it is not given, it is taken from notebook.py. If concurrency parameter there is None, it will be taken from jupyter notebook.

Merge request reports