facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.54k stars 414 forks source link

[BE] - Deprecate colabs #2298

Closed aclegg3 closed 8 months ago

aclegg3 commented 8 months ago

Motivation and Context

Colab is a shifting foundtation for hosting tutorials. Back-end changes require updates to installers and scripts resulting in tutorial downtime and extra developer bandwidth load. Instead, we opt to deprecate Colab support and convert existing tutorials to locally-executable Jupyter notebooks.

examples/tutorials/colabs/ directory renamed to examples/tutorials/notebooks/

TODO: we should add a quick resource page telling users how to install and run Jupyter notebooks.

How Has This Been Tested

Tested all refactored .ipynb tutorials on local Jupyter notebook server.

Types of changes

Checklist