if (FALSE) {
# Using import_module() will automatically install packages
ln <- import_module("lamindb")
# Create a Python environment with lamindb
# This approach is deprecated
install_lamindb()
# Add additional packages to the environment
install_lamindb(extra_packages = c("bionty", "wetlab"))
# Install into a different environment
install_lamindb(envvname = "your-env")
}
Run the code above in your browser using DataLab