jupyter-lab tag

9 questions


1 answers
303 views
0
I want to install the cuml in JupiterLab.

This is JupiterLab 3.3.2.I wanted to use the cuml support vector machine, so I ran the following code, and I got an error (assuming error #1).Code executed:from cuml.svm import SVRimport cumlprint('RA...

1 years ago

1 answers
317 views
0
I want to uninstall Anaconda3 completely.

I want to uninstall Anaconda3, I referred to the official Anaconda documentation.However, it cannot be completely uninstalled.Please teach me to completely uninstall Anaconda3.▲ Uninstallation instruc...

1 years ago

1 answers
401 views
0
Boot jupyter from within specific conda environment Boot from outside vs.conda environment

jupyter (notebook or lab) can be used without any problems by launching specific conda environments. condaIf you boot from outside your environment, you will receive the following error when selecting...


1 answers
76 views
0
I want to darken JupiterLab with the command.

I would like to use JupiterLab using Docker on WSL2 of Win10.At this time, I would like to avoid putting the container into dark mode every time I start it.So, just like putting Jupiter notebook in da...


1 answers
94 views
0
I want to use jupyter lab

I want to install anaconda and launch jupyter lab.(vscode is also installed)Since it's Windows, type jupyter lab at the command prompt and enterThen, 'jupyter' is an internal or external command, Not ...


1 answers
79 views
0
NameError: name 'face_api_url' is not defined

NameError: name 'face_api_url' is not defined issue appeared If you erase the face_api_url itself, the next one is NameError: name 'binary_img' is not defined.I'm trying this and that, but I'm running...

1 years ago

1 answers
54 views
0
Toolbar Icon Does Not Display Properly in Jupiter Lab

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, cou...

1 years ago

1 answers
117 views
0
Changing the Launch Browser in Jupiter Lab 3.0 Does Not Reflect

I wanted to change the browser that launches Jupiter Lab (3.0.16) from Anaconda Navigator (anaconda3) to Google Chrome from the current Microsoft Edge, so I tried to use the following site as a refere...

1 years ago

1 answers
125 views
0
Unable to inline display the captured image when using PIL library in jupyterLab.

The following problems occurred while proceeding with the Introduction to PyTorch Practice published by Mynavi Publishing.As the recommended environment in this document is Jupiter, we have pulled the...


© 2024 OneMinuteCode. All rights reserved.