Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove visualization modules from mesa.experimental #2495

Merged
merged 3 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading