Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyter notebook hangs and donot load just show : Skipped non-installed server(s): #7160

Closed
dankarthik25 opened this issue Nov 21, 2023 · 8 comments
Labels
bug status:Needs Info status:Needs Triage Applied to issues that need triage

Comments

@dankarthik25
Copy link

dankarthik25 commented Nov 21, 2023

I have install jupyter inside my conda env using pip

conda activate opencv
pip install notebook

it worked till yesterday but stop working from today
when i run jupyter

conda activate opencv
jupyter notebook 

It loads in browser but page hangs not loading
in terminal it is showing Skipped non-installed server(s)

[I 2023-11-21 16:39:14.007 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server

Expected behavior

Context

  • Operating System and version: NAME=Linux Mint 20

  • Browser and version: Firefox 110.01

  • Jupyter Notebook version:
    jupyter 1.0.0
    jupyter_client 8.3.1
    jupyter-console 6.6.3
    jupyter_core 5.3.1
    jupyter-events 0.7.0
    jupyter-lsp 2.2.0
    jupyter_server 2.7.3
    jupyter_server_terminals 0.4.4
    jupyterlab 4.0.6
    jupyterlab-pygments 0.2.2
    jupyterlab_server 2.25.0
    jupyterlab-widgets 3.0.9
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter notebook` here, use `--debug` if possible.
Browser Output
        http://localhost:8888/tree?token=e30ee7f7dc3bed0e19a4e1ad205b9072b845706537c915c6
        http://127.0.0.1:8888/tree?token=e30ee7f7dc3bed0e19a4e1ad205b9072b845706537c915c6
[I 2023-11-21 16:39:14.007 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server
![Screenshots_2023-11-21T16-51-36](https://github.com/jupyter/notebook/assets/20885404/ac92314b-6639-4c1f-9b3c-3c46b8a23ee9)
@dankarthik25 dankarthik25 added bug status:Needs Triage Applied to issues that need triage labels Nov 21, 2023
@pkartsev
Copy link

pkartsev commented Nov 23, 2023

My additions (Gentoo Linux amd64, Jupyter Server 2.9.1, Firefox v120.0, Opera v105.0.4970.13 - updated yesterday)

  1. Firefox today started showing blank page and there is error in debug console (F12) : "... TypeError: g[e] is undefined .."
  2. while Opera shows the page without problems
  3. nbclassic version still shows ok in both

then

4) I don't remember why but ran "jupyter notebook --generate-config" but it did not help; forced update Ctrl+Shift+R too.
5) two hours later, I did not anything else but simply restarted jupyter (not classic) and now Firefox shows the jupyter home page just fine.
Not sure which point has helped but you could try another browser too

EDIT: no, it still does not work, that was running nbclassic.

Regards!

@RRosio
Copy link
Collaborator

RRosio commented Nov 28, 2023

Hi @dankarthik25 thank you for opening this issue! Does this issue happen for you in other browsers as well? The line you provided from the terminal does not indicate an issue, my working JupyterLab instance has a similar output. Is there additional terminal output that you could provide?

@pkartsev
Copy link

Hi again!
Today I found the idea about clearing cache and cookies.
Entered Firefox settings and removed 5 cookies belonging to localhost.
Now everything works! on two different PCs.

@RRosio
Copy link
Collaborator

RRosio commented Nov 28, 2023

Thank you for your reply @pkartsev! Maybe @dankarthik25 could give that a try as well and confirm that this solved the issue for them, then we can close this issue. I will leave it open for now!

@RRosio
Copy link
Collaborator

RRosio commented Dec 5, 2023

Hi @dankarthik25, just wanted to follow up with you about this issue, are you still experiencing this issue?

@virathod
Copy link

cleaning the browser cache helped!

@KarolineHoller
Copy link

KarolineHoller commented Mar 27, 2024

I have the same issue, using notebook 7.1.0. Using Brave and clearing cache didn't help, the start page of jupyter won't load. In Firefox it seems to work fine.

@mikechen66
Copy link

mikechen66 commented Apr 22, 2024

The update notebook may incur the incompatibility issue. Please execute the following commands and then it will work fine.

0. Uninstall jupyter

$ conda uninstall jupyter
or
$ pip uninstall jupyter

2. install jupyter with standard conda command

$ conda install -c anaconda jupyter

3. update jupyter

$ conda update jupyter

4. solve the compatibility

$ pip install --upgrade 'nbconvert>=7' 'mistune>=2'

Notes:

During opening an ipynb file, readers may see the following alert:

Read the migration plan to Notebook 7 to learn about the new features and the actions to take if you are using extensions - Please note that updating to Notebook 7 might break some of your extensions.

Another issue is that users need to take different approaches for different Nvidia drivers (and environments). With regard to v530, the older version of Jupyter Notebook such as v6.x might be better. Wight regard to newer ones such as v535 or higher, the update version of Jupyter Notebook 7.x might be better.

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Needs Info status:Needs Triage Applied to issues that need triage
Projects
None yet
Development

No branches or pull requests

7 participants