Google Colab first program, Hello World: https://www.youtube.com/watch?v=uOx0iLkPwgo
Thursday, September 5, 2024
Saturday, August 10, 2024
Python with OpenAI on Windows Computer
Install python. https://platform.openai.com/docs/quickstart
at command prompt:
C:\Users\Jhufnagel>python -m venv openai-env (this creates a virtual environment so the libraries do not interfere with other libraries)
(openai-env) C:\Users\Jhufnagel>python -m pip install --upgrade openai (Note, the openai platform states that I can just use 'pip install --upgrade openai', but that gives an access error). I found the work around at https://stackoverflow.com/questions/31172719/pip-install-access-denied-on-windows
Subscribe to:
Posts (Atom)
Google Colab first program, Hello World
Google Colab first program, Hello World: https://www.youtube.com/watch?v=uOx0iLkPwgo
-
In a regular annotation note, create a stack that looks the way you like. It will take a couple of trial and error attempts since there'...
-
I just finished a 1 hour marketing meeting with an organization that I volunteer with. They are trying to create an new website and the look...