Why now – Palantir alternatives for Europe: what 'sovereign' actually means, and how European public bodies are decidingRegister →
REACTIVE · ISOLATED · GOVERNED · REPRODUCIBLE

Notebooks on Isolated Compute

Python against your governed data, in a notebook that starts in seconds, runs in its own isolated compute, and is destroyed when you close it. No shared kernel, no laptop copies.

Its Own Isolated Compute

Each notebook session starts in an isolated microVM with a declared CPU, memory and storage envelope — never a shared kernel, and destroyed when the session ends.

Governed Data Access

Notebooks read through the ontology under the same identity and policy as every other workload, so nobody gets a private back door to the lakehouse.

Reactive and Reproducible

Change a value and everything downstream re-runs; dependencies are declared with the notebook, so it behaves the same for the next person who opens it.

In plain terms

A notebook is where an analyst or data scientist actually works: write some Python, look at the data, plot it, decide what to do. The awkward part has always been where that code runs and what it can reach. Here it runs inside the platform, on compute that belongs to nobody else, against data you are already allowed to see — and it leaves nothing behind.

Read this if you're an analyst, data scientist or engineer who needs real code against real data, in an environment your security team can sign off.


Definition

Notebooks are interactive Python environments running inside the platform on per-session isolated compute, reading governed, ontology-grounded data through the same permissions as every other workload, with reproducible dependencies and no persistent runtime to compromise.

Every organisation that takes analytics seriously ends up with notebooks, and every security team ends up uneasy about them: a shared Jupyter server that accumulates credentials, or worse, a copy of the data on someone's laptop. Scrydon's notebooks close both gaps. Each session gets its own isolated compute with a declared CPU, memory and storage envelope; the runtime is platform-managed and read-only; data is reached through the ontology and the same access policy the rest of the platform enforces; and when the session ends the environment is destroyed. Notebooks are reactive rather than run-the-cells-in-order, so a changed value updates everything that depends on it — which is what makes a notebook something you can hand to a colleague and trust.

Where it fits

Notebooks in the Scrydon platform

One integrated, sovereign architecture. Here is where Notebooks sits — highlighted against the full stack it works with.

Sync CRM
Verify ID
...
Approve
Welcome

The AI OS for Humans & AI Agents

Revenue Overview — Q2 2026
Connected to Cognitive Enterprise
Revenue
€4.2M
+12%
Pipeline
€11.7M
+8%
Churn
2.1%
−0.3pp
Monthly RevenueJan – Dec 2025
JanMarJunSepDec
Customer
Account
Order
Product
Contract
LineItem
Supplier
Billing
holds
placed
of

Ontology & Semantic Layer, one connected model for your data, knowledge & processes

Combining the best of data lakes, data warehouses and search

TablesKnowledge

AI agents, workflows & automations that execute across your systems

AI Workflows

Integrate across A2A, MCP, legacy systems and data sources

Secure domain federation, trusted data sharing, and cross-boundary intelligence

Sovereign Foundations

Deploy from Air-gapped to Hyperscale
A closer look

Notebooks in depth

Analytics

Revenue Overview — Q2 2026
Live
Revenue
€4.2M
+12%
Pipeline
€11.7M
+8%
Churn
2.1%
−0.3pp
Monthly RevenueJan – Dec 2025
JanMarJunSepDec
Semantic Context Map
Syncing
MetricRegionAccountRepProductOrderOntology

Analytics

Data sitting in warehouses and dashboards that nobody reads is data they can't use. The Analytics layer changes that — giving the right people the right information without them having to ask for it. Every metric is anchored to the Cognitive Enterprise ontology, so a revenue figure doesn't arrive in isolation. Data in context — not just in dashboards.

Decision-makers get a live view of the enterprise — financial performance, operational health, procurement status — without waiting for a data team to prepare a report.

  • Interactive notebooks: Python and SQL environments with full access to your lakehouse data — no data movement required.
  • Visual dashboards: Pre-built, always-current reporting updated automatically as the business moves — no manual refresh, no stale numbers.
  • Agent-native analytics: AI agents can query, summarise, and act on insights autonomously — closing the loop between analysis and action.
Cortex
Connected to ontology
Show me anomalies in Q2 supply chain data
Scanning Supplier ontology…
Found 3 anomalies. Supplier B delivery gap: +14 days.
Create a resolution workflow and escalate to procurement
Workflow created and assigned to procurement team.
Executed: Notify + Task #SC-421
What is our current contract coverage for Supplier B?
Contract SC-2024-B expires in 47 days. Coverage: 62%.
Queried: Knowledge Graph → Contract
Schedule a renewal reminder for 30 days out
Reminder scheduled. Owner notified.
Created: Calendar event + Alert #SC-422
Ask anything about your enterprise…

Cortex — Conversational Intelligence

Cortex is the natural language interface that bridges human conversation and the full capabilities of the AI OS. Speak to your data, trigger complex workflows, and interrogate your knowledge graph — all in plain language, with no technical barrier.

  • Ontology-aware: Understands the structure of your enterprise knowledge graph, enabling precise, context-sensitive answers.
  • Workflow triggers: Describe what you want to happen and Cortex automatically routes the request to the right Human + AI Orchestrator processes.
  • Multi-modal input: Accepts text, documents, and structured data, grounding responses in your actual enterprise data rather than generic LLM knowledge.
  • Audit trail: Every conversation is logged, attributable, and reviewable — meeting compliance requirements for regulated industries.
Lakehouse
Tables
Knowledge
High-Performance OLAP Engine
Real-time SQLVector SearchFast JoinsMaterialised Views
Storage & Ingestion
Open Table FormatsStreamingBatch Files

Lakehouse

The Lakehouse is the high-performance data foundation underpinning the Cognitive Enterprise. It is built on StarRocks — a blazing-fast, vectorised MPP query engine delivering sub-second analytics, real-time updates, and high concurrency — and queries open Apache Iceberg tables directly, merging the flexibility of a data lake with the speed of a warehouse under a single, sovereign roof.

  • Open Iceberg tables: Query Apache Iceberg and other open table formats directly — your data stays yours, with no proprietary lock-in and no data movement.
  • Lightning OLAP: StarRocks' vectorised engine, cost-based optimiser, and materialised views power real-time SQL — from dashboards to agent reasoning — without data duplication.
  • Integrated Vector Search: Store and query embeddings alongside traditional data, making the Lakehouse instantly ready for AI workloads.
PYTHON WHERE THE DATA LIVES

What notebooks do here

A notebook here is an interactive Python environment that opens inside the platform, beside the data, rather than on a laptop or a shared server somewhere else. You write code, query the lakehouse through the ontology, plot the result, and change your mind — and because the notebook is reactive, changing one value re-runs everything that depends on it instead of leaving stale output above and fresh output below. The environment is described by the notebook itself: the dependencies it needs are declared with it, so the colleague who opens it next month gets the same environment rather than a puzzle. When a notebook has proven something, it can be promoted into a scheduled pipeline on the same platform instead of being rewritten by another team in another language.

  • Run in the platformThe notebook runs next to the data, inside your perimeter — nothing is exported to a laptop to be analysed.

  • Start clean, every timeA session brings up its own compute with declared dependencies, so there is no drift between what you ran and what a colleague runs.

  • React to changeEdit a cell and every dependent cell updates, instead of leaving stale state behind for the next reader to trip over.

  • Graduate into pipelinesA notebook that proves something can be promoted into a scheduled pipeline rather than rewritten from scratch.

WHY SHARED KERNELS FAIL

Why notebook governance is a security problem

Ask a security team what keeps them awake about analytics and notebooks come up fast. The usual arrangement is a long-lived notebook server that everyone shares: it accumulates packages, credentials and other people's state, and one compromise reaches all of it. The alternative most organisations drift into is worse — the platform is awkward, so someone exports an extract and analyses it on a laptop, and the copy nobody governs is the one that leaves the building.

There is a second, quieter problem. A result that cannot be re-run cannot be reviewed, and a number that cannot be reviewed should not inform a decision anyone has to defend to a board or a regulator. "It worked when I ran it" is not evidence.

Both problems get sharper the moment an AI agent writes and runs code of its own. At that point isolation stops being an analyst convenience and becomes a control — the same argument, and the same seam, as the sandbox agents run in.

  • Shared kernels accumulateA long-lived notebook server collects credentials, packages and other people's state; one compromise reaches all of it.

  • Laptops are the real leakWhen the platform is hard to use, analysts export an extract — the copy nobody governs is the one that leaves the building.

  • Irreproducible is unreviewableIf a result cannot be re-run, it cannot be checked, and it should not inform a decision that has to be defended.

  • Agents need the same seamThe moment an AI agent runs code, isolation and policy stop being an analyst convenience and become a control.

HOW SCRYDON DOES IT

Isolated compute, governed data, nothing left behind

Opening a notebook starts a session of its own: access is checked, isolated compute is started, the notebook and its declared dependencies are loaded, and the data connection is established under your identity. The compute envelope is explicit — CPU, memory and temporary storage are declared, the runtime is platform-managed and read-only, and the whole environment is destroyed when the session ends. There is no shared kernel between users and no long-lived host to harden.

A Scrydon notebook starting: the startup panel shows access checked and isolated compute started, with a compute profile of 2 CPU, 4 GiB memory, 8 GiB temporary storage and microVM isolation, beside the notebook's Python code.

Starting a notebook: access checked, isolated compute started, dependencies installed, data connected. The compute profile is stated rather than assumed — and the runtime is read-only and platform-managed.

Data is reached through the ontology under the same identity, policy and logging as every other workload, so a notebook is never a private route into the lakehousedata governance applies here exactly as it does to dashboards and agents. And because dependencies come from inside the perimeter, the same notebook starts on a sovereign cloud, on-premises, or on an air-gapped network with no outside service to call.

  • Per-session isolationEach notebook gets its own microVM with an explicit resource profile; the runtime is platform-managed and read-only.

  • One access modelData is reached through the ontology under your identity — the same permissions, logging and DLP seam as every other workload.

  • Ephemeral by constructionThe environment exists for the session. There is no long-lived notebook host to harden, patch or compromise.

  • Sovereign anywhereThe same notebooks run on a sovereign cloud, on-premises, or on a disconnected network, with no outside service to call.

FAQ

Frequently asked questions

What is a sovereign notebook?+
A notebook environment that runs entirely inside your own perimeter — on your cluster, under your identity provider and your policies — rather than on a vendor's hosted service. Code and data never leave the environment you control, and the same notebook works on a sovereign cloud, on-premises or on an air-gapped network.
How is each notebook isolated?+
Every session starts its own microVM with a declared CPU, memory and temporary-storage envelope, and that environment is destroyed when the session ends. There is no shared kernel between users and no persistent runtime that accumulates credentials or state — the same isolation model the platform applies to AI agents running code.
Can notebooks reach any data in the lakehouse?+
Only what the person running them is already permitted to see. Notebooks read through the ontology under the user's own identity, so data governance policies, logging and data-loss-prevention apply exactly as they do to dashboards, applications and agents. A notebook is not a back door.
Are results reproducible?+
Yes. Dependencies are declared with the notebook and the environment is rebuilt from that declaration each session, so the notebook behaves the same for the next person who opens it. Notebooks are also reactive: changing a value re-runs everything that depends on it, which removes the classic "cells were run out of order" class of wrong answers.
Can a notebook become a production pipeline?+
That is the intended path. Exploration that proves something can be promoted to a scheduled pipeline on the same lakehouse rather than being rewritten by a different team in a different language, which is where most of the distance between "we showed it works" and "it runs every night" usually goes.
Do notebooks work when the network is disconnected?+
Yes. Dependencies are served from within the perimeter, so a notebook starts and runs with no internet egress — the same constraint the rest of the platform is built for. See air-gapped AI for what changes when there is no network at all.
How does this relate to Cortex?+
Cortex is the conversational way in — ask a question in natural language and get an answer grounded in the ontology. Notebooks are the code way in, for when you need to do something a conversation cannot express. Both read the same governed data through the same permissions.

Or write to us

Tell us what you are working on and who should reply. A person reads it and replies within one business day.

We only use these details to reply to you. Privacy policy

Prefer to write? Email hello [at] scrydon.com and we will get back to you.

Partners

Building the future of Data & AI together with leading innovators. Learn more.
Delaware logo