Crystal Toolkit is a web app framework from the Materials Project that allows Python developers to build interactive web applications for materials science. It provides components for visualizing crystal structures, phase diagrams, and other materials data. The current version is 2026.4.30, with a relatively frequent release cadence tied to the Materials Project ecosystem.
pip install crystal-toolkitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal app that displays a silicon crystal structure using Crystal Toolkit and Dash.
Upgrade to Python 3.10 or newer before installing crystal-toolkit.
Replace `from crystal_toolkit import CrystalToolkitApp` with `from crystal_toolkit import CrystalToolkit`.
Install only crystal-toolkit; dash is pulled as dependency.
No resource links recorded.