Docs reference mamba.mamba_api
but libmambapy
should be used instead
#1502
Labels
mamba.mamba_api
but libmambapy
should be used instead
#1502
Close this issue if this is incorrect but in the docs https://github.com/mamba-org/mamba/blob/129920a304084a59bdfbe026b036185a83d94e40/docs/source/python_api.rst users are told to use
from mamba import mamba_api
. For me within version0.21.2
this import fails. Could this be related to #1219. I've found that usingimport libmamba as mamba_api
works to the same effect.The text was updated successfully, but these errors were encountered: