diff --git a/setup.py b/setup.py index 5603723..77b74d2 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,8 @@ if __name__ == '__main__': 'pdoc3', 'jupytext >= 0.7.0', 'nbconvert', + 'ipykernel', # for nbconvert + 'jupyter_client', # for nbconvert ], 'test': [ 'seaborn',