mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.65k stars 386 forks source link

There is a problem with configuring jupyter server #1050

Closed ghost closed 1 year ago

ghost commented 1 year ago

hello, After I configure the jupyter server. Enter jupyter server in the terminal and it will appear:

~$ jupyter server
[W 2023-03-04 22:03:39.632 ServerApp] ServerApp.password config is deprecated in 2.0. Use PasswordIdentityProvider.hashed_password.
[I 2023-03-04 22:03:39.922 ServerApp] Package ipyparallel took 0.2861s to import
[W 2023-03-04 22:03:39.922 ServerApp] A `_jupyter_server_extension_points` function was not found in ipyparallel. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2023-03-04 22:03:39.925 ServerApp] Package jupyter_server_terminals took 0.0026s to import
[I 2023-03-04 22:03:39.926 ServerApp] Package jupyterlab took 0.0005s to import
[I 2023-03-04 22:03:40.162 ServerApp] Package nbclassic took 0.0000s to import
[W 2023-03-04 22:03:40.163 ServerApp] A `_jupyter_server_extension_points` function was not found in nbclassic. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2023-03-04 22:03:40.164 ServerApp] Package notebook_shim took 0.0000s to import
[W 2023-03-04 22:03:40.164 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2023-03-04 22:03:40.164 ServerApp] ipyparallel | extension was successfully linked.
[I 2023-03-04 22:03:40.168 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2023-03-04 22:03:40.172 ServerApp] jupyterlab | extension was successfully linked.
[I 2023-03-04 22:03:40.174 ServerApp] nbclassic | extension was successfully linked.
[I 2023-03-04 22:03:40.177 ServerApp] notebook_shim | extension was successfully linked.
[I 2023-03-04 22:03:40.256 ServerApp] notebook_shim | extension was successfully loaded.
[I 2023-03-04 22:03:40.257 ServerApp] Loading IPython parallel extension
[I 2023-03-04 22:03:40.257 ServerApp] ipyparallel | extension was successfully loaded.
[I 2023-03-04 22:03:40.258 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2023-03-04 22:03:40.258 LabApp] JupyterLab extension loaded from /home/mj/miniconda3/envs/fermigbm/lib/python3.8/site-packages/jupyterlab
[I 2023-03-04 22:03:40.258 LabApp] JupyterLab application directory is /home/mj/miniconda3/envs/fermigbm/share/jupyter/lab
[I 2023-03-04 22:03:40.261 ServerApp] jupyterlab | extension was successfully loaded.

  _   _          _      _
 | | | |_ __  __| |__ _| |_ ___
 | |_| | '_ \/ _` / _` |  _/ -_)
  \___/| .__/\__,_\__,_|\__\___|
       |_|

Read the migration plan to Notebook 7 to learn about the new features and the actions to take if you are using extensions.

https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html

Please note that updating to Notebook 7 might break some of your extensions.

[I 2023-03-04 22:03:40.264 ServerApp] nbclassic | extension was successfully loaded.
[I 2023-03-04 22:03:40.264 ServerApp] Serving notebooks from local directory: /home/mj
[I 2023-03-04 22:03:40.264 ServerApp] Jupyter Server 2.3.0 is running at:
[I 2023-03-04 22:03:40.264 ServerApp] http://DESKTOP-10UCA6U:8888/
[I 2023-03-04 22:03:40.264 ServerApp]     http://127.0.0.1:8888/
[I 2023-03-04 22:03:40.264 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

How can I fix A _jupyter_server_extension_points function was not found in nbclassic. Instead, a _jupyter_server_extension_paths function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server. error