Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
I installed in a local environment in anaconda (JupyterLab) the package
kneed
with the command
conda install -c conda-forge kneed
. Previously I installed in the same environment the packages
jupyter,kneed, matplotlib, numpy, pandas ,seaborn, scikit-learn
.
While importing these modules in a jupyter notebook I get an error message saying that kneed is not installed:
ModuleNotFoundError: No module named 'kneed'
I have Python 3.9.7
installed.
To the contrary, when I check on the command line within the environment the same commands I have no problem. It seems as if Jupyter notebook is missing the information of the new installation of kneed.
Do you have any suggestion ? Many thanks.
–
–
–
–
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.