Instant computing, anywhere

No setup, no barriers. Run, share, and collaborate on Jupyter notebooks directly in the browser.

They trust us.

Faster learning & coding

Deploy and share Jupyter notebooks instantly, from individual learners to university wide programs.

Web Icon

No setup.
Just run.

Run notebooks instantly in your browser

Enjoy a fully-fledged Jupyter environment directly in the Web browser, with zero infrastructure overhead and instant startup. Everything runs online, so anyone can start in seconds.

Collaboration Icon

Sharing
& collaboration

Turn any notebook into a live, shareable experience

Create permalinks to live Jupyter notebooks that anyone on the internet can open and use instantly. Your content is persistently stored in the cloud for long-term projects without losing progress.

AI Icon

AI Assistant

Get help, generate code, and move faster with AI

An integrated AI assistant works alongside you to explain and produce code and boost your productivity, right where you learn and build.

How does it work?

Notebook.link allows you to chose which software packages to install in your environment, with instant dependency resolution in your browser.

GIS Icon R Icon Python Icon Github Icon

Write notebooks, run code cells interactively, and combine rich markdown, visualizations, and live outputs, all in your browser, with no local installation required.

Generate a permanent link to your live notebook and share it with anyone. Readers can open, run, and explore your work instantly.

Our solutions for institutions

Choose the right plan for your institution, from small classrooms to large universities

Get in touch
100 users icon

Classroom

Small team Pilot project Single class
  • Custom Domain
  • LMS integration
  • Extensible with native kernels
  • Bring your own compute
1000 users icon

Campus

University Medium-size company
  • Custom Domain
  • LMS integration
  • Support for native kernels
  • Bring your own compute
Organization icon

Organization

Custom scale

We can scale notebook.link to large organisations.

Q&A

What is the economics behind providing this platform for free?

Notebook.link runs all computation in the visitor's browser, using WebAssembly, JupyterLite, and the emscripten-forge package distribution. Since no server-side compute is involved, the platform only serves static files — so hosting costs stay minimal regardless of how many people use it.

What software packages are available on notebook.link?

Two sources, usable together in the same environment:

  • emscripten-forge — hundreds of pre-built Python, R, and C++ libraries plus command-line tools, compiled for WebAssembly.
  • conda-forge noarch — thousands of pure-Python (and some pure-R) packages that don't need native compilation.
  • Pure Python wheels from PyPI — countless pure Python packages from the Python Package Index.

If a package is missing, you can request it from the emscripten-forge project.

How secure is notebook.link?

Traditional Jupyter runs your code on a server, so the server must trust every notebook. Notebook.link doesn't run user code on any server at all — it serves only static files, and all execution happens in the browser's WebAssembly sandbox.

For a visitor, opening a notebook.link content is closer in risk to opening a web page than to running an untrusted program on their machine.

Two consequences:

  • No server-side execution surface. There is no kernel on a host to escape from; a notebook cannot reach the platform's infrastructure.
  • Hardened extensions. Core platform extensions cannot be overridden by user-defined ones, keeping the environment trusted and consistent.

Start running notebooks in seconds

No setup, no installs. Just open, run, and share.

Get in touch