-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ab14e4
commit d0c3ea9
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
This directory contains different tutorials covering different levels of API of Vivarium: | ||
|
||
- [**Web Interface**](web_interface_tutorial.md): This tutorial explains how to interact with the simulation using the Web Interface. | ||
- [**Create a custom Scene**](create_custom_scene_tutorial.md): This tutorial explains how to create a custom scene file to customize the simulation. | ||
- [**Quick Start**](quickstart_tutorial.ipynb): This tutorial explains how to interact with the simulation using a Jupyter Notebook. | ||
- [**Simulator tutorial**](simulator_tutorial.ipynb): This tutorial explains the simulator backend and its capabilities. |