-
Notifications
You must be signed in to change notification settings - Fork 883
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
Showing
6 changed files
with
6 additions
and
856 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -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"] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.