Installing Custom Dependencies
How to install custom dependencies for your Plot runtime
Each Plot notebook runs on its own dedicated compute instance and uses dependencies from the plots-faas
conda environment.
With SSH access, you can directly connect to the underlying environment to inspect current dependencies or install new ones as needed.
Connect to Plot notebooks via SSH
Visit our documentation here to set up SSH access and connect to your Plot notebook.
Install new packages
After connecting to Plot via SSH, activate the plots-faas
conda environment by running:
Inspect the existing dependencies by typing:
Install new packages using mamba install like so:
Pro-tip: With terminal access to the underlying Plot’s compute instance, you’re not limited to just conda packages—you can also install Linux packages and other software.
Was this page helpful?