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?
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.)
(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.
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
911 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.