Closed tkw1536 closed 7 years ago
The setup.py file did not contain any installation requirements. This PR adds jupyter_client, IPython and ipykernel to the install_requires key, thus ensuring they are available when the package is installed.
setup.py
jupyter_client
IPython
ipykernel
install_requires
Thanks!
The
setup.py
file did not contain any installation requirements. This PR addsjupyter_client
,IPython
andipykernel
to theinstall_requires
key, thus ensuring they are available when the package is installed.