Skip to content

Commit b652f8d

Browse files
authored
Remove frontend doc (#1292)
1 parent 820551c commit b652f8d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/source/operators/public-server.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -328,19 +328,6 @@ with the following configuration setting in
328328
}
329329
}
330330
331-
When embedding the notebook in a website using an iframe,
332-
consider putting the notebook in single-tab mode.
333-
Since the notebook opens some links in new tabs by default,
334-
single-tab mode keeps the notebook from opening additional tabs.
335-
Adding the following to :file:`~/.jupyter/custom/custom.js` will enable
336-
single-tab mode:
337-
338-
.. code-block:: javascript
339-
340-
define(['base/js/namespace'], function(Jupyter){
341-
Jupyter._target = '_self';
342-
});
343-
344331
345332
Using a gateway server for kernel management
346333
--------------------------------------------

0 commit comments

Comments
 (0)