import React from 'react'; function externalLink(url: string, label: string) { return ( {label} ); } const migrationGuideUrl = 'https://jupyter-server.readthedocs.io/en/latest/operators/migrate-from-nbserver.html'; const jupyterHubMigrationUrl = 'https://github.com/jupyterhub/jupyterhub/pull/3329/files'; export const SERVER_EXTENSION_404 = (

It appears that the required Jupyter server extension ( jupyter-lsp) is not installed (or not enabled) in this environment.

What are the likely reasons?

How do I check if the extension is installed?

Please ensure that jupyter server extension list includes jupyter-lsp and that it is enabled. If it is enabled please try to restart JupyterLab. If the server extension is installed but not enabled and all other suggestions listed above failed try the following: jupyter server extension enable --user --py jupyter_lsp

);