I am trying to run a notebook
in github
codespaces
.
When I try to run some cells, I get errors related to pip
My environment is
When I try to connect to another server, I get error. I am trying to run the following example, as is - .md
I have not used codespaces
before. What am I missing?
I am trying to run a notebook
in github
codespaces
.
When I try to run some cells, I get errors related to pip
My environment is
When I try to connect to another server, I get error. I am trying to run the following example, as is - https://github.com/Azure-Samples/graphrag-accelerator/blob/main/docs/DEPLOYMENT-GUIDE.md
I have not used codespaces
before. What am I missing?
So I created a new .env
by first selecting current environment (top right)
then select another kernel
,
python environments
, create new python environment
then create new Venv
I don't remember if I also installed pip
using ! sudo apt-get install python3-pip
That seem to have got me started and I am able to run the commands in the cells.