anaconda tag

72 questions


1 answers
101 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
75 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
82 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
80 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

1 answers
93 views
0
I want to use OSMnx in Anaconda

Implementation in jupyter import osmnx asoxG=ox.graph_from_place('Manhattan Island, New York City, New York, USA', network_type='drive')ox.plot_graph(ox.project_graph(G))Error Contents ---------------...

2 years ago

2 answers
74 views
0
About the anaconda installation location and current directory

About anacondaI installed anaconda3 in drive D.Launch anaconda prompt in the Start menu and click (base)C UUsers ユーザUsername>is described as I wonder if this description in anaconda prompt has noth...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.