From 70837e2f54ad5d4d7bc09d3b59c8786adc6301d3 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 1 May 2024 20:39:32 +0000 Subject: [PATCH] Add the `@jupyterlab/notebook-extension:copy-output` plugin --- app/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/package.json b/app/package.json index 7019a5742d..fa4a6e6e3f 100644 --- a/app/package.json +++ b/app/package.json @@ -333,6 +333,7 @@ "@jupyterlab/notebook-extension": [ "@jupyterlab/notebook-extension:active-cell-tool", "@jupyterlab/notebook-extension:completer", + "@jupyterlab/notebook-extension:copy-output", "@jupyterlab/notebook-extension:metadata-editor", "@jupyterlab/notebook-extension:search", "@jupyterlab/notebook-extension:toc",