#@title API KEY IMPORTfrom google.colab import userdataselect_api_key = 'GEMINI_API_KEY / OPENAI_API_KEY' # @param {type: "string"}try: TEMP_COLAB_API_KEY=userdata.get(select_api_key)except userdata.SecretNotFoundError as e: print(f'''Secret not found\n\nThis expects you to create a secret named {TEMP_COLAB_API_KEY} in Colab\n\nVisit https://makersuite.google.com/app/apikey to create an API ..
코랩의 왼쪽 메뉴에서 '열쇠' 모양을 선택. - 여기에 변수, api를 저장하고- 변수를 불러오는 코드를 실행하려는 코랩 첫 부분에서 실행한다.
In PowerShellInvoke-WebRequest Invoke-Expression # to install pnpm using powershell irwiwr https://get.pnpm.io/install.ps1 -useb | iex https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.4 Invoke-WebRequest (Microsoft.PowerShell.Utility) - PowerShellcmdlet은 Invoke-WebRequest 웹 페이지 또는 웹 서비스에 HTTP 및 HTTPS 요청을 보냅니다. 응답을 구문 분석하고 링크..
https://namu.wiki/w/%ED%86%B5%ED%95%A9%20%EA%B0%9C%EB%B0%9C%20%ED%99%98%EA%B2%BD https://idx.google.com/ Project IDXProject IDX is an entirely web-based workspace for full-stack application development, complete with the latest generative AI from Gemini, and full-fidelity app previews, powered by cloud emulators.idx.dev 구글 서비스는 무료라 좋지만, 언제 갑자기 중단해 버릴지 모르고...그리고 속도가 느림. https://codesandbo..
https://stackoverflow.com/questions/75678071/why-is-my-vs-code-always-opened-with-the-default-profile Preferences >" data-og-host="stackoverflow.com" data-og-source-url="https://stackoverflow.com/questions/75678071/why-is-my-vs-code-always-opened-with-the-default-profile" data-og-url="https://stackoverflow.com/questions/75678071/why-is-my-vs-code-always-opened-with-the-default-profile" data-og-i..
https://devpod.sh/docs/getting-started/install Install DevPod | DevPod docs | DevContainers everywhereIn order to get started with DevPod, you can choose between the DevPod Desktop application and DevPod CLI.devpod.sh 웹브라우저만 있으면 vscode를 사용할 수 있는 web기반 IDE로는 gitpod.io 와 github.com/codespaces가 있다.편리하나 가끔 frontend 페이지나 local app을 만들려고 하다보면 제한사항이 있어서 local vscode를 사용해야 할 때가 있다. vscode에서 각 환경을 설정하는 ..