I create an virtual environment in my conda named 'keras_ev' and install the keras in it by
conda install keras
after that when i
activate keras_ev
jupyter notebook
the notebook does not show my keras_ev environment
and i fail to import the keras in my notebook.
Does anybody know how to fix this! Thank you
Try conda install ipykernel
in your keras_ev
environment. Then it should appear in your Jupyter notebook.
You can also install Python dependencies while using your Jupyter notebook. First, activate the environment keras_ev
in another terminal tab. Then install your dependency using conda or pip (conda is recommended). It should be something like the text below.
In a new terminal:
source activate keras_ev
conda install *your_package*
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With