Snippet
Catalog of snippets of MINEO functionality.
📄️ Packages
In MINEO you can install packages and use them in your Code Blocks. There are three ways to install packages in MINEO.
📄️ Environment Variables
There are a few environment variables available in the execution context that can be accessed directly in read-only mode.
📄️ Exceptions
In MINEO there are custom exceptions that can be thrown in a Code Block that will be handled in a specific way. These exceptions are:
📄️ Logging
In MINEO there is a built-in logging system that allows you to log custom messages during a Code Block's execution.
📄️ API
MINEO offers an API with useful services related to the MINEO platform. Learn how to use them in your Notebooks.