File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ def custom_css(self) -> t.Any:
56
56
def get_page_config (self ) -> dict [str , t .Any ]:
57
57
"""Get the page config."""
58
58
config = LabConfig ()
59
- app = self .extensionapp
60
- base_url = self .settings .get ("base_url" )
59
+ app : JupyterNotebookApp = self .extensionapp # type:ignore[assignment]
60
+ base_url = self .settings .get ("base_url" , "/" )
61
61
page_config_data = self .settings .setdefault ("page_config_data" , {})
62
62
page_config = {
63
63
** page_config_data ,
Original file line number Diff line number Diff line change @@ -17014,21 +17014,21 @@ __metadata:
17014
17014
17015
17015
"typescript@patch:typescript@^3 || ^4#~builtin<compat/typescript>":
17016
17016
version: 4.9.5
17017
- resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587 "
17017
+ resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76 "
17018
17018
bin:
17019
17019
tsc: bin/tsc
17020
17020
tsserver: bin/tsserver
17021
- checksum: 1f8f3b6aaea19f0f67cba79057674ba580438a7db55057eb89cc06950483c5d632115c14077f6663ea76fd09fce3c190e6414bb98582ec80aa5a4eaf345d5b68
17021
+ checksum: ab417a2f398380c90a6cf5a5f74badd17866adf57f1165617d6a551f059c3ba0a3e4da0d147b3ac5681db9ac76a303c5876394b13b3de75fdd5b1eaa06181c9d
17022
17022
languageName: node
17023
17023
linkType: hard
17024
17024
17025
17025
"typescript@patch:typescript@~5.0.2#~builtin<compat/typescript>, typescript@patch:typescript@~5.0.4#~builtin<compat/typescript>":
17026
17026
version: 5.0.4
17027
- resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058 "
17027
+ resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82 "
17028
17028
bin:
17029
17029
tsc: bin/tsc
17030
17030
tsserver: bin/tsserver
17031
- checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
17031
+ checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
17032
17032
languageName: node
17033
17033
linkType: hard
17034
17034
You can’t perform that action at this time.
0 commit comments