Try without Installation#
To try Energia without installation, use the little rocket icon (🚀) on the upper right corner of a notebook tutorial or example.
The options are:
Thebe Live Code: Opens an interactive coding environment directly in your browser. You can run and modify code snippets right here on the documentation site.
Launch in Binder: Launches a temporary online environment with Energia installed. Note that any files you create or modify will be lost when you close the session.
Launch in Google Colab: Opens a Google Colab notebook without Energia installed. Uncomment and run the first line (!pip install energiapy) before running any code cells.
Note
Thebe and Binder are not monetized, and may take some time to start up depending on server engagement. Install Energia locally if possible to avoid overloading these services.