Skip to content

Commit 65803c7

Browse files
committed
update config overview and Notebook's known issues in public server
1 parent 6418b92 commit 65803c7

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

docs/source/config_overview.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Configuration Overview
44
======================
55

6+
As NbClassic is a Jupyter Server Extension that is intended as an intermediary project while users
7+
migrate from Notebook 6 to Notebook 7, this document makes references to configuration
8+
files carried over from the classic Jupyter Notebook which will be executed when running
9+
nbclassic. For more general documentation regarding the Jupyter Server that NbClassic
10+
uses please visit the `Jupyter Server documentation <https://jupyter-server.readthedocs.io/en/latest/index.html>`_.
11+
612
Beyond the default configuration settings, you can configure a rich array of
713
options to suit your workflow. Here are areas that are commonly configured
814
when using Jupyter NbClassic:
@@ -52,7 +58,7 @@ front-end NbClassic client (i.e. the familiar notebook interface).
5258
.. _configure_nbclient:
5359

5460
NbClassic front-end client
55-
-------------------------
61+
--------------------------
5662

5763
.. toctree::
5864
:maxdepth: 2

docs/source/public_server.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ serving HTTP requests.
1616

1717
This document describes how you can
1818
:ref:`secure a jupyter server <notebook_server_security>` and how to
19-
:ref:`run it on a public interface <notebook_public_server>`. As NbClassic is
20-
Jupyter Server Extension that is intended as an intermediary project while users
21-
migrate from Notebook 6 to Notebook 7, this document makes references to configuration
22-
files carried over from the classic Jupyter Notebook which will be executed when running
23-
nbclassic. For more general documentation regarding the Jupyter Server that NbClassic
24-
uses please visit the `Jupyter Server documentation <https://jupyter-server.readthedocs.io/en/latest/index.html>`_,
25-
specifically the section on `Running a public Jupyter Server <https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html>`_.
19+
:ref:`run it on a public interface <notebook_public_server>`.
20+
For general documentation on Jupyter Server, please visit the section on
21+
`Running a public Jupyter Server <https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html>`_.
2622

2723
.. important::
2824

@@ -381,6 +377,9 @@ server.
381377
Known issues
382378
------------
383379

380+
Below are issues previously reported Notebook server issues and may be applicable to
381+
the Jupyter Server package that provides NbClassic's server.
382+
384383
Proxies
385384
~~~~~~~
386385

0 commit comments

Comments
 (0)