Sandbox — LSD is in active testing. All systems operational·payments are test-mode (no real charges).
Overview Use Cases News Docs Tool Store Support Community Get LSD
All docs
PackageManager· method

PackageManager.enable

enable a package so it loads on the next launch

Python
enable(name: str) -> bool

Returns bool — True if the package was found

Parameters#

name type default description
name str the package name to enable

Example#

Python
from lsdtools.advanced import PackageManager

pm = PackageManager()
pm.enable("mim")   # → True

Notes#

Enabling and disabling is a project-scoped setting: an enabled package is loaded on the next launch so its steps recompute normally. Returns False if no such package is known. See disable for the inverse and its immediate effect.

See also#

API: disable · load · available

Guides: The Package Manager

By LSD Team · Last updated Jul 17, 2026 Ask on Discord View as Markdown