File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 13
13
jupyterlite_bind_ipynb_suffix = False
14
14
strip_tagged_cells = True
15
15
16
+ # Enable this to use the provided sample overrides JSON file.
17
+ # jupyterlite_overrides = "sample_overrides.json"
18
+
19
+ # Enable this to unsilence JupyterLite and aid debugging
20
+ # within our own documentation.
21
+ # jupyterlite_silence = False
22
+
16
23
master_doc = "index"
17
24
18
25
# General information about the project.
Original file line number Diff line number Diff line change
1
+ {
2
+ "@jupyterlab/notebook-extension:panel" : {
3
+ "toolbar" : [
4
+ {
5
+ "name" : " download" ,
6
+ "label" : " Download" ,
7
+ "args" : {},
8
+ "command" : " docmanager:download" ,
9
+ "icon" : " ui-components:download" ,
10
+ "rank" : 50
11
+ }
12
+ ]
13
+ },
14
+ "@jupyterlab/apputils-extension:themes" : {
15
+ "theme" : " JupyterLab Christmas"
16
+ },
17
+ "@jupyter-notebook/application-extension:top" : {
18
+ "visible" : " no"
19
+ }
20
+ }
You can’t perform that action at this time.
0 commit comments