{ "cells": [ { "cell_type": "markdown", "id": "f6315c1a", "metadata": {}, "source": [ "# Hello world example\n", "\n", "In this example we demonstrate the very basics of the ``RemoteFrameBuffer`` class." ] }, { "cell_type": "code", "execution_count": 1, "id": "eb328d8f", "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import jupyter_rfb" ] }, { "cell_type": "markdown", "id": "627cd505", "metadata": {}, "source": [ "We start by implementing ``get_frame()`` to produce an image." ] }, { "cell_type": "code", "execution_count": 2, "id": "7691480a", "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "436052ad76034c2fa0d3c78bd312d5b4", "version_major": 2, "version_minor": 0 }, "text/plain": [ "RFBOutputContext()" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "