Configuring virtual environment for Jupyter notebook

Jupyter (Source)
$ pip3 install jupyter
$ source tensorflow_gpu_env/bin/activate
(tensorflow_gpu_env) $ pip3 install ipykernel
(tensorflow_gpu_env) $ python3 -m ipykernel install --user --name=tensorflow_gpu_env
(tensorflow_gpu_env) $ jupyter notebook
$ jupyter kernelspec uninstall <kernel_name>
$ jupyter kernelspec remove <kernel_name>

--

--

Machine Learning Engineer

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store