Hi, I normally run my notebooks from Jupyterlab Desktop and often I utilize the native built-in environment jlab_server (/Users/my_username/Library/jupyterlab-desktop/jlab_server/bin/python) to run notebook commands. If I need to install something I just run !PIP install command and it worked well.
However, I have a hard time uninstalling or downgrading certain packages because they often have a prompt for Y/n which in the notebook I can’t seems to be able to pass input.
So my question is how do you manage this native built-in environment from the terminal?
Also, does anyone know how to pass input into a Jupyter Notebook cell?