New packages
Install Python packages
MLJAR Studio runs entirely on your computer. This means you have full control over your Python environment and can install any packages you need for your analysis.
You are not limited to predefined tools - you can use the full Python ecosystem.
How to install packages
MLJAR Studio includes a built-in package manager that makes installing Python packages simple.
You can use it to:
• install new packages
• manage dependencies
• prepare your environment for analysis
No manual setup is required.
Installing packages with AI
MLJAR Studio helps you install packages when they are needed. You don’t need to know in advance which libraries to use.
Conversational notebooks (AI Data Analyst)
If your analysis requires a new package, the AI will ask for your permission to install it.
You decide before anything is installed.
AutoLab Experiments
Before starting an experiment, AutoLab checks if additional packages are required.
If needed, you will be asked to approve installation before the experiment begins.
Everything is prepared automatically.
AI Code Assistant (classic notebooks)
When working in a notebook, the AI Code Assistant may suggest installing a package.
You will see an install option in the sidebar.
You can approve installation with one click.
Code Recipes
Some code recipes require additional Python packages.
Before using a recipe, you will see which packages are needed. You can install them using the package manager.
No surprises - everything is clearly shown.
You stay in control
Packages are never installed without your approval.
• you always confirm installation
• you can choose what to install
• everything happens locally on your machine
Full control over your environment.
Why this matters
Working locally with your own Python environment means:
• you can use any Python library
• you are not limited by cloud tools
• you can work with custom or advanced setups
• your data and environment stay private
When you start working with your data, MLJAR Studio will guide you whenever a new package is needed.
You can install packages as you go - quickly and safely.