The Notebook 6.1.0 release is now available! You can catch up on the changes here.
This release culminates in a substantial community effort with nearly 60 different contributors. Thank you to all those that contributed, raised issues, and participated in its success!
To get 6.1.0:
For pip-managed installations:
new: pip install notebook
existing: pip install --upgrade notebook
For conda-managed installations:
new: conda install -c conda-forge notebook
existing: conda update -c conda-forge notebook