All Courses

after reinstall my window my Anaconda is installing but icons not show

By Pp5344229@gmail.com, 3 months ago
  • Bookmark
0

Sir/Ma'am, after reinstall my window my Anaconda is installing but icons not show and after more effort I can't able resolve it so please help me

Anaconda
2 Answers
0
Hitendradixit18@gmail.com

search in the search menu for jupyter notebook

0
Goutamp777

I'm sorry to hear that you are having trouble getting Anaconda to work after reinstalling Windows. Here are a few suggestions that might help you resolve this issue:

  1. Make sure that you have installed Anaconda correctly. If you downloaded the Anaconda installer from the Anaconda website, you can run the installer by double-clicking on the downloaded file. Follow the prompts to complete the installation.
  2. Check to see if Anaconda was added to your system PATH during the installation. This is usually done by default, but it's worth checking to make sure. You can do this by opening a terminal or command prompt and entering the following command:
echo %PATH%

This will print out the directories that are included in your system PATH. If the Anaconda installation directory is not listed, you can add it by modifying your PATH environment variable.

  1. If Anaconda was added to your PATH, but you are still having trouble launching Anaconda, you might need to re-associate the .py file extension with Python. To do this, you can try the following steps:
  • Right-click on a .py file and select "Open with"
  • Select "Choose another app"
  • Check the box next to "Always use this app to open .py files"
  • Select "Python" from the list of options
  1. If none of these suggestions help, you might need to reinstall Anaconda. Before doing this, you might want to try uninstalling Anaconda and then installing it again. This can sometimes resolve issues with a faulty installation.

I hope these suggestions are helpful. If you continue to have trouble, don't hesitate to ask for additional assistance.

Your Answer

Webinars

Live Masterclass on : "How Machine Get Trained in Machine Learning?"

Mar 30th (7:00 PM) 516 Registered
More webinars

Related Discussions

Running random forest algorithm with one variable

View More