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.
notebook server
instead of the new jupyter_server; please refer to the{' '}
{externalLink(migrationGuideUrl, 'migration guide')} or if you are a
JupyterHub user please ensure that you start the JupyterLab using{' '}
jupyter_server and not the old notebook, as
documented in{' '}
{externalLink(jupyterHubMigrationUrl, 'this pull request')}.
jupyter lab
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