I have some imports in my jupyter notebook and among them is tensorflow:
ImportError Traceback (most recent call last)
There are two ways to fix this issue.
conda install jupyter notebook
conda install -c conda-forge tensorflow
conda install -c conda-forge tensorflow
Note: It is advisable to create a new virtual environment for every new project. The details how to create and manage virtual environment using conda can be find here:
https://conda.io/docs/user-guide/tasks/manage-environments.html