Skip to content

Commit

Permalink
fix: render model controller without truncation in render_in_jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed Nov 8, 2023
1 parent 262a203 commit ed5a6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/experimental/jupyter_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def ColorCard(color, layout_type):

# jupyter
def render_in_jupyter():
with solara.Columns([3, 2]):
with solara.GridFixed(columns=2):
UserInputs(user_params, on_change=handle_change_model_params)
ModelController(
model, play_interval, current_step, set_current_step, reset_counter
Expand Down

0 comments on commit ed5a6cb

Please sign in to comment.