I'm new in Ipython and Jupyter Notebook. I installed the ipywidgets module in Jupyter Notebook by using Anaconda prompt window.
I tried:
pip install ipywidgets
It said that the requirements had already satisfied. Then I tried to import the module but received the "ImportError: No module named ipywidgets" error.
Then I tried:
conda install ipywidgets
It fetched some files from the "api.anaconda.org" site and installed the files. I exited from Jupyter Notebook and entered again. When I tried to import the modüle received the same "ImportError: No module named ipywidgets" error.
I have no idea what is wrong. How can I import this modüle to Jupyter Notebook and Anaconda ?