From f3a635528684e4c17bd8b7cc816f61f258f2a680 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 30 Nov 2023 21:02:22 +0100 Subject: [PATCH] Add Jupyter Notebook to the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bdaf65..6c7b402 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ These models are not vetted for accuracy nor propriety and should not be deploye ## Requirements -- JupyterLab >= 4.1.0 (not yet released) +- JupyterLab >= 4.1.0 or Jupyter Notebook >= 7.1.0 (not yet released) - A browser supporting: - [`SharedArrayBuffer`](https://caniuse.com/sharedarraybuffer) - [Web Workers](https://caniuse.com/webworkers)