From 5b8768eebc50eb8b14c03893e56bc2339388db43 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 1 Aug 2024 17:38:41 +0200 Subject: [PATCH] contrib: Remove obsolete note --- contrib/edhoc-demo-server.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/edhoc-demo-server.ipynb b/contrib/edhoc-demo-server.ipynb index dcfb89f0..8d74c764 100644 --- a/contrib/edhoc-demo-server.ipynb +++ b/contrib/edhoc-demo-server.ipynb @@ -23,7 +23,7 @@ "cells": [ { "cell_type": "markdown", - "source": "# Running EDHOC with the public demo server\n\nThis demo is short-lived in that it uses URIs that will not be available for long, but with the next aiocoap release, the micropip mess should become just an `await micropip.install(\"aiocoap[oscore,prettyprint]\")`.\n\nNote that the package versions and formats involved will not work on [try Jupyter](https://jupyter.org/try-jupyter/lab/) instance, but need the nightly ", + "source": "# Running EDHOC with the public demo server\n\nThis demo can be run on the public Jupyter instance at [try Jupyter](https://jupyter.org/try-jupyter/lab/index.html) by uploading this file.", "metadata": {} }, {