| Lattice Microbes 2.5
    This is for whole cell modeling | 
| Functions | |
| getReactionString (rct, prd, rate) | |
| writeTable (columnNames, rows) | |
| visualizeRDMEInitialConditions (sim) | |
| pyLM.ipyInterface.getReactionString | ( | rct, | |
| prd, | |||
| rate ) | 
| pyLM.ipyInterface.visualizeRDMEInitialConditions | ( | sim | ) | 
Visualize the RDME simulation volume inside Jupyter.
Use the '%matplotlib notebook' magic to enable
interactive picking of points.
Args:
    sim (RDMESimulation): The simulation to visualize.
 
| pyLM.ipyInterface.writeTable | ( | columnNames, | |
| rows ) |