I have some imports in my jupyter notebook and among them is tensorflow:
ImportError Traceback (most recent call last)
Jupyter runs under the conda environment where as your tensorflow install lives outside conda. In order to install tensorflow under the conda virtual environment run the following command in your terminal:
conda install -c conda-forge tensorflow