Skip to content

Commit

Permalink
Remove visualization modules from mesa.experimental (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel authored Nov 11, 2024
1 parent 5885d09 commit c2c406f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 856 deletions.
67 changes: 0 additions & 67 deletions mesa/experimental/UserParam.py

This file was deleted.

12 changes: 2 additions & 10 deletions mesa/experimental/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
"""Experimental init."""

from mesa.experimental import cell_space
from mesa.experimental import cell_space, devs

try:
from .solara_viz import JupyterViz, Slider, SolaraViz, make_text

__all__ = ["cell_space", "JupyterViz", "Slider", "SolaraViz", "make_text"]
except ImportError:
print(
"Could not import SolaraViz. If you need it, install with 'pip install --pre mesa[viz]'"
)
__all__ = ["cell_space"]
__all__ = ["cell_space", "devs"]
81 changes: 0 additions & 81 deletions mesa/experimental/components/altair.py

This file was deleted.

Loading

0 comments on commit c2c406f

Please sign in to comment.