Skip to content

Commit

Permalink
Backport PR jupyterlab#14680: Update the jupyter labextension list
Browse files Browse the repository at this point in the history
…compat message
  • Loading branch information
jtpio authored and fcollonval committed Jul 18, 2023
1 parent a3f2431 commit 3947ad8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions jupyterlab/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2332,11 +2332,10 @@ def _log_multiple_compat_errors(logger, errors_map):
if outdated:
logger.warn(
"\n ".join(
["\n The following extension are outdated:"]
+ outdated
+ [
'\n Consider running "jupyter labextension update --all" '
"to check for updates.\n"
[
"\n The following extensions are outdated:",
*outdated,
'\n Consider checking if an update is available for these packages.\n',
]
)
)
Expand Down

0 comments on commit 3947ad8

Please sign in to comment.