We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820551c commit b652f8dCopy full SHA for b652f8d
docs/source/operators/public-server.rst
@@ -328,19 +328,6 @@ with the following configuration setting in
328
}
329
330
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
344
345
Using a gateway server for kernel management
346
--------------------------------------------
0 commit comments