Based on discussions with @brettcannon
Such an API will be provided that allows Jupyter ext to install Python into an empty conda env
Here's what is happening
- Jupyter installs python into the conda env
- Jupyter ext uses the resolveEnviornment API to get the latest conda env info
- Unfortunately the latest conda env info is not yet returned by the Python extension (Python Ext returns the old info which leads one to believe that Python is not installed into the conda env)
Based on discussions with @brettcannon
Such an API will be provided that allows Jupyter ext to install Python into an empty conda envHere's what is happening