conda tag

74 questions


1 answers
58 views
0
Information About Updating Your Own Modules in IPython

When I save my own functions in a .py file and call them from an external py file, I want to update my own functions frequently, but once I call them from an external py file, I can't update them no m...

2 years ago

1 answers
91 views
0
Nuitka tries to convert Python to C, but says C compiler not found

Based on the following article, I would like to use Nuitka to make Python exe.Make Kivy's GUI app an executable file (exe) that easily runs small and fast in Nuitka (Windows 10) The following command ...

2 years ago

1 answers
102 views
0
I want to learn whether the x,y coordinates entered into the neural network are located above or below the sin curve.

I was writing a code to learn whether the x,y coordinates entered into the neural network in python 3 are located above or below the sin curve, but an error occurred and I couldn't move forward and hi...


1 answers
76 views
0
Pycharm says no module named and cannot import

The pycharm says no module named and cannot import.I try to import sklearn and lightgbm, but I can't.Spyder can now copy the package from site-package in python 36 to site-package in Anaconda, but pyc...

2 years ago

1 answers
84 views
0
Anaconda Navigator Not Found After Installing Anaconda

I installed anaconda in windows, but the anaconda navigator is missing.If you look at other sites on the Internet, it says that there is an exe file in C:\ProgramData\Anaconda3\Scripts, but I can't fi...

2 years ago

1 answers
105 views
0
I installed Nbextensions on jupyternotebook, but no tabs appear on the menu.

I use anaconda, jupyternotebook.I installed nbextension because it seems convenient.(I downloaded it and put it in the current folder.)If you look at the anaconda navigator, you can see as shown in th...


1 answers
76 views
0
Python cells cannot run

When I try to run a program in Python (I'm using an anaconda), sometimes the order of the programs is [*] instead of [1], and I can't run it even if I run the program in that state.I would like to kno...


1 answers
136 views
0
FileNotFoundError has .tsv file ahead of .py file

The following sample code is https://github.com/daitan-innovation/cnn-audio-denoiserHere it is.from mozilla_common_voice import MozillaCommonVoiceDatasetfrom Urban_sound_8K import UrbanSound8Kfrom dat...


1 answers
112 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
81 views
0
Anaconda Navigator Cannot Open

Anaconda Navigator no longer starts.Even if you click on the icon, it disappears as soon as the sand clock comes out.The operating system is Windows and the Anaconda Navigator version is up to date.I ...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.