From b652f8d08530bd60ecf4cfffe6c32939fd94eb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Fri, 23 Jun 2023 19:49:33 +0200 Subject: [PATCH] Remove frontend doc (#1292) --- docs/source/operators/public-server.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/source/operators/public-server.rst b/docs/source/operators/public-server.rst index d85a42de05..1da6509efa 100644 --- a/docs/source/operators/public-server.rst +++ b/docs/source/operators/public-server.rst @@ -328,19 +328,6 @@ with the following configuration setting in } } -When embedding the notebook in a website using an iframe, -consider putting the notebook in single-tab mode. -Since the notebook opens some links in new tabs by default, -single-tab mode keeps the notebook from opening additional tabs. -Adding the following to :file:`~/.jupyter/custom/custom.js` will enable -single-tab mode: - -.. code-block:: javascript - - define(['base/js/namespace'], function(Jupyter){ - Jupyter._target = '_self'; - }); - Using a gateway server for kernel management --------------------------------------------