All Questions

19771 questions


1 answers
321 views
0
Why do I have to write in the system environment variable when I pass the Python path?

I would appreciate it if you could feel free to point out the following points where the terminology is used incorrectly or the content is difficult to understand.Please give us your frank opinion for...

1 years ago

1 answers
214 views
0
How to prevent e from being included in the tooltips numeric display in Python's Bokeh graph

The tooltips number display, which is displayed by placing the cursor on the right side of the graph displayed by Bokeh, contains e.I want to prevent this e from appearing, so that the numbers as defi...

1 years ago

1 answers
283 views
0
I want to match the legend to the tooltip display with the graph I create in Python's Bokeh.

We use Bokeh to create a graph of population trends.If you read the code below, a graph is displayed and a legend is displayed on the right.I would like to match the name of the city in the legend def...

1 years ago

1 answers
326 views
0
QR Code Creation in Python Does Not Work

I tried to create a QR code according to the site below, but it didn't work.If you know the cause, could you please let me know?https://web-lh.fromation.co.jp/archives/10000053001pip install qrcodeReq...

1 years ago

1 answers
426 views
0
Do I need to rebuild the python environment with Ubuntu in Windows 10?

I used to run python on Windows 10, but in order to use deepspeed, I put Ubuntu in the Ubuntu environment.Of course, the python command doesn't work. Do we need to build it from scratch again?Can I co...

1 years ago

1 answers
210 views
0
I wrote the code to make sure that 0.1 plus 10 times doesn't get 1, but it doesn't work.

a=0for i in range(10):a+=0.1aI wrote the code to make sure that 0.1 is added 10 times but it doesn't work.What's wrong?EditI'm sorry I didn't know the function of editing.I don't know what to write ev...

1 years ago

1 answers
216 views
0
Error in Python: IndentationError: unindent does not match any outer indication level

There is an error in the initialization part of DB, but I don't know why it is.This situation cannot be solved even after many revisions and rewrites.Please tell me the cause and solution.def__init__(...

1 years ago

1 answers
382 views
0
The powerhell GUI fails to exit during sleep.

In powershell, use In summary, function func1{ for($i=0;$i-lt10;$i++){ Write-Host$i start-sleep1 }}$form.Add_Shown({func1})$form.ShowDialog()It's like this.The x button in the upper right corner of ...

1 years ago

1 answers
279 views
0
I want to install VirtualBox on Ubuntu 20.04 LTS

How do I install VirtualBox on Ubuntu 20.04 LTS?

1 years ago

1 answers
375 views
0
Content-type specification for posting image data via http communication

If you look at how to post image data via http communication, every article says Content-Type: multipart/form-data.(Or you can encode the image binary data in base64 and include it in json etc.)In my ...

1 years ago
« - 27 - »

© 2024 OneMinuteCode. All rights reserved.