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 Home displaying blank white page on Mac #7375

Closed
srikrish2812 opened this issue May 17, 2024 · 3 comments
Closed

Jupyter Notebook Home displaying blank white page on Mac #7375

srikrish2812 opened this issue May 17, 2024 · 3 comments
Labels
bug status:Duplicate status:Needs Triage Applied to issues that need triage

Comments

@srikrish2812
Copy link

Description

  1. I installed jupyter notebook in a python environment can 'env'. This 'env' environment is created using the command
    '''bash
    python -m venv env
    '''

  2. After that I installed jupyter notebook using the command and opened it using the next command
    '''bash
    pip install notebook
    jupyter notebook
    '''

  3. After opening the jupyter notebook using the above command, it displays a blank white page in the browser with no folders or menu options. I am using brave browser on my Macbook pro m1 pro() 14 inches. All the commands are executed in the terminal app of the mac. The MacOS version is Sonoma 14.4.1(23E224).

  4. After I executed the command 'jupyter notebook' in the terminal I got the following output in the terminal.

'''
jupyter notebook
[I 2024-05-18 01:03:16.824 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-05-18 01:03:16.826 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-05-18 01:03:16.828 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-05-18 01:03:16.830 ServerApp] notebook | extension was successfully linked.
[I 2024-05-18 01:03:16.920 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-05-18 01:03:16.961 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-05-18 01:03:16.962 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-05-18 01:03:16.962 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-05-18 01:03:16.963 LabApp] JupyterLab extension loaded from /Users/abhay/Desktop/college/uoa/applied_nlp/assignments/env/lib/python3.11/site-packages/jupyterlab
[I 2024-05-18 01:03:16.963 LabApp] JupyterLab application directory is /Users/abhay/Desktop/college/uoa/applied_nlp/assignments/env/share/jupyter/lab
[I 2024-05-18 01:03:16.963 LabApp] Extension Manager is 'pypi'.
[I 2024-05-18 01:03:16.971 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-05-18 01:03:16.972 ServerApp] notebook | extension was successfully loaded.
[I 2024-05-18 01:03:16.973 ServerApp] Serving notebooks from local directory: /Users/abhay/Desktop/college/uoa/applied_nlp/assignments
[I 2024-05-18 01:03:16.973 ServerApp] Jupyter Server 2.14.0 is running at:
[I 2024-05-18 01:03:16.973 ServerApp] http://localhost:8888/tree?token=7372282445b48552863710731647153a2b0807e52a8eb7a7
[I 2024-05-18 01:03:16.973 ServerApp] http://127.0.0.1:8888/tree?token=7372282445b48552863710731647153a2b0807e52a8eb7a7
[I 2024-05-18 01:03:16.973 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2024-05-18 01:03:16.977 ServerApp]

To access the server, open this file in a browser:
    file:///Users/abhay/Library/Jupyter/runtime/jpserver-6179-open.html
Or copy and paste one of these URLs:
    http://localhost:8888/tree?token=7372282445b48552863710731647153a2b0807e52a8eb7a7
    http://127.0.0.1:8888/tree?token=7372282445b48552863710731647153a2b0807e52a8eb7a7

[I 2024-05-18 01:03:17.195 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

'''

Could someone please help me solve this issue?
Screenshot 2024-05-18 at 12 52 28 AM

@srikrish2812 srikrish2812 added bug status:Needs Triage Applied to issues that need triage labels May 17, 2024
@jtpio
Copy link
Member

jtpio commented May 17, 2024

Thanks @srikrish2812 for the report.

This looks similar to #7373.

Would you be able to clear your browser and reload the page to see if that fixes the issue?

@srikrish2812
Copy link
Author

It works fine after clearing the browser cache and reloading it. Thank you @jtpio for helping me solve this issue.

@RRosio
Copy link
Collaborator

RRosio commented May 28, 2024

Closing as duplicate of #7373.

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

No branches or pull requests

3 participants