Fahad Akbar
Apr 8, 2021

--

The only thing that is missing is to be able to use these new conda envs in the notebook

you can do that by using :

```

1 ) conda install -c anaconda ipykernel

2) python -m ipykernel install --user --name=env_name

```

Afte that. select the env/kernal from within the notebook

--

--