======================================================================
ERROR: test_notebooks (gensim.test.test_notebooks.TestNotebooks)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/RaRe-Technologies/gensim/gensim/test/test_notebooks.py", line 50, in test_notebooks
nb, errors = _notebook_run(notebook)
File "/home/travis/build/RaRe-Technologies/gensim/gensim/test/test_notebooks.py", line 32, in _notebook_run
ep.preprocess(nb, {'metadata': {'path': this_file_directory}})
File "/home/travis/build/RaRe-Technologies/gensim/.eggs/nbconvert-5.0.0b1-py2.7.egg/nbconvert/preprocessors/execute.py", line 166, in preprocess
from jupyter_client.manager import start_new_kernel
ImportError: No module named jupyter_client.manager
======================================================================
ERROR: test_notebooks (gensim.test.test_notebooks.TestNotebooks)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/RaRe-Technologies/gensim/gensim/test/test_notebooks.py", line 50, in test_notebooks
nb, errors = _notebook_run(notebook)
File "/home/travis/build/RaRe-Technologies/gensim/gensim/test/test_notebooks.py", line 32, in _notebook_run
ep.preprocess(nb, {'metadata': {'path': this_file_directory}})
File "/home/travis/build/RaRe-Technologies/gensim/.eggs/nbconvert-5.0.0b1-py2.7.egg/nbconvert/preprocessors/execute.py", line 166, in preprocess
What exactly should I do to remove the error in the CI tests? As in, do I have to separately install jupyter_client by specifying it in the .travis.yml file?