Research infrastructure for the ecello team.
Manage projects, sync notebooks with cloud storage, and keep every collaborator scoped to exactly what they need — all from one portal.
%pip install ecello
import ecello
ecello.init()
ecello.project("your-project")
ecello.load(".", "/")About the portal
The ecello Research Portal is where Ecello Labs runs and manages its research projects. It pairs a lightweight Python library with a project-based access model, so every notebook stays in sync with a shared, permissioned cloud workspace — without anyone juggling credentials or manual file transfers.
What you get
Built around how research actually gets done.
Project workspaces
Every research effort gets an isolated cloud workspace with its own members and access rules.
Notebook-native sync
Load and save files straight from a notebook with ecello.load() and ecello.save() — no manual uploads.
Scoped access
Membership is enforced per project, so collaborators only ever reach the data they're assigned to.