d2l-ai / d2l-book

Books with Jupyter notebooks
https://book.d2l.ai/
Apache License 2.0
230 stars 98 forks source link

Unpin nbformat & nbconvert; Remove jupyterclient #47

Closed AnirudhDagar closed 2 years ago

AnirudhDagar commented 2 years ago

This PR removes pinned versions of nbconvert & nbformat. Also removed jupyterclient from the dep list since it is installed automatically through jupyter deps.

This change was tested in https://github.com/d2l-ai/d2l-en/pull/2084