# python notebook basics tutorial
sub five minutes (very basic-- more of an interface tour + [HUIT API keys](https://hackmd.io/E4qf8y4PSGqBhZY3Qq72TA?view))
- "just like other google drive file types";
- The different types of windows (text and code);
- Text is in markdown;
- Execute code cell using play button;
- Filename, saving, disconnecting runtime;
- Putting API keys into secrets;
- Writing a function def (with print) and calling it;
- Putting a chat completion in the function def, no input, and calling it;
- Putting a chat completion in the function def, with input, and calling it.