icaros-usc / pyribs

A bare-bones Python library for quality diversity optimization.
https://pyribs.org
MIT License
208 stars 33 forks source link

Fix Tutorials/Examples #253

Closed itsdawei closed 1 year ago

itsdawei commented 2 years ago

Description

Fix tutorials that were broken by previous changes.

TODO

Questions

Status

btjanaka commented 1 year ago

Note that the tutorials were failing due to kernelspec errors. This seems to be related to using the wrong Python version to open the notebooks -- see https://github.com/voila-dashboards/voila/issues/267

I fixed this by opening the notebooks in jupyter lab with Python 3.7 and saving them after jupyterlab automatically corrected the kernelspec.