jupyter / echo_kernel

A simple example kernel for Jupyter
BSD 3-Clause "New" or "Revised" License
40 stars 43 forks source link

Add requirements to setup.py #8

Closed tkw1536 closed 7 years ago

tkw1536 commented 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.

takluyver commented 7 years ago

Thanks!