Toolbar Icon Does Not Display Properly in Jupiter Lab

Asked 1 years ago, Updated 1 years ago, 55 views

Python-m venv venv created a virtual environment, installed and opened the jupyter lab, and
Various icons do not appear as shown in the image.

If anyone knows the cause or solution of this problem, could you please advise me?

Enter a description of the image here

The environment and versions are as follows:

▼ OS
Windows 10

▼ Python version Python 3.9.0

▼jupyter-related version
jupyter==1.0.0
jupyter-client==6.1.7
jupyter-console==6.2.0
jupyter-core==4.6.3
jupyterlab-pygments==0.1.2

▼ Full path to virtual environment
F:\study\Jupyter\test\202011\venv

(Now activate the virtual environment in venv\Scripts\activate and
 After installing the jupyter lab with pip install, I started the jupyter lab.)

jupyter-lab

2022-09-30 11:27

1 Answers

(Self-confirmation results)
The reason why the icon did not appear in the Jupiter Lab is
This was caused by a misstatement when installing the Jupiter Lab at the command prompt.
Wrong description: pip install jupyter lab
Correct description: pip install jupyterlab

By making the correct statement above, Jupiter Lab was successfully installed and
When I started Jupiter Lab, the icon also appeared successfully.


2022-09-30 11:27

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.