Coding-Crashkurse
Coding-Crashkurse
## What is your suggestion? My company needs to log messages in a JSON-Format and at minimum the current timestamp and the log message. We use code-server together with JupyterLab,...
Hello everybody, I played around with the `reactsTrap` example and created a custom Flipcard with received `props`. ``` function ActionButton({ configuration }) { return ( {configuration.label} ); } ``` The...
Hello! After getting my API key I tried to run the very basic example from the Documentation: Code: ``` from dotenv import load_dotenv, find_dotenv load_dotenv(find_dotenv()) from opaqueprompts import sanitize, SanitizeResponse,...