'Jupyter Notebook not displaying correctly

Jupyter Notebook is not displaying correctly for me. Im using a Macbook with the M1 Chip. Latest Safari and MacOS Version.

Picture of my Jupyters Notebook Page

jupyter core     : 4.6.3
jupyter-notebook : 6.1.4
qtconsole        : 4.7.7
ipython          : 7.19.0
ipykernel        : 5.3.4
jupyter client   : 6.1.7
jupyter lab      : 2.2.6
nbconvert        : 6.0.7
ipywidgets       : 7.5.1
nbformat         : 5.0.8
traitlets        : 5.0.5
/Users/ken/opt/anaconda3/bin/jupyter_mac.command ; exit;
(base) ken@Kens-M1-Chip ~ % /Users/ken/opt/anaconda3/bin/jupyter_mac.command ; exit;
[I 17:20:02.952 NotebookApp] The port 8888 is already in use, trying another port.
[I 17:20:02.996 NotebookApp] JupyterLab extension loaded from /Users/ken/opt/anaconda3/lib/python3.8/site-packages/jupyterlab
[I 17:20:02.996 NotebookApp] JupyterLab application directory is /Users/ken/opt/anaconda3/share/jupyter/lab
[I 17:20:02.997 NotebookApp] Serving notebooks from local directory: /Users/ken
[I 17:20:02.997 NotebookApp] Jupyter Notebook 6.1.4 is running at:
[I 17:20:02.997 NotebookApp] http://localhost:8889/?token=427a75a4c753694bd94ed025c1c08032e43e95ad6a2ad5fa
[I 17:20:02.997 NotebookApp]  or http://127.0.0.1:8889/?token=427a75a4c753694bd94ed025c1c08032e43e95ad6a2ad5fa
[I 17:20:02.997 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 17:20:03.000 NotebookApp] 
    
    To access the notebook, open this file in a browser:
        file:///Users/ken/Library/Jupyter/runtime/nbserver-87553-open.html
    Or copy and paste one of these URLs:
        http://localhost:8889/?token=427a75a4c753694bd94ed025c1c08032e43e95ad6a2ad5fa
     or http://127.0.0.1:8889/?token=427a75a4c753694bd94ed025c1c08032e43e95ad6a2ad5fa
[E 17:20:04.348 NotebookApp] Could not open static file ''
[W 17:20:04.367 NotebookApp] 404 GET /static/style/style.min.css (::1) 5.20ms referer=http://localhost:8889/tree?token=427a75a4c753694bd94ed025c1c08032e43e95ad6a2ad5fa
[I 17:27:01.178 NotebookApp] 302 GET /?token=427a75a4c753694bd94ed025c1c08032e43e95ad6a2ad5fa (::1) 0.81ms
[W 17:27:01.192 NotebookApp] 404 GET /static/style/style.min.css (::1) 2.23ms referer=http://localhost:8889/tree?token=427a75a4c753694bd94ed025c1c08032e43e95ad6a2ad5fa

Thank you in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source