File tree 2 files changed +13
-8
lines changed 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 3
3
Configuration Overview
4
4
======================
5
5
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
+
6
12
Beyond the default configuration settings, you can configure a rich array of
7
13
options to suit your workflow. Here are areas that are commonly configured
8
14
when using Jupyter NbClassic:
@@ -52,7 +58,7 @@ front-end NbClassic client (i.e. the familiar notebook interface).
52
58
.. _configure_nbclient :
53
59
54
60
NbClassic front-end client
55
- -------------------------
61
+ --------------------------
56
62
57
63
.. toctree ::
58
64
:maxdepth: 2
Original file line number Diff line number Diff line change @@ -16,13 +16,9 @@ serving HTTP requests.
16
16
17
17
This document describes how you can
18
18
: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 >`_.
26
22
27
23
.. important ::
28
24
@@ -381,6 +377,9 @@ server.
381
377
Known issues
382
378
------------
383
379
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
+
384
383
Proxies
385
384
~~~~~~~
386
385
You can’t perform that action at this time.
0 commit comments