강의에서 보여준 공식사이트가 현재는 https://code.claude.com/docs/ko/permissions 이런식으로 나와서 저 내용이 아예 안나오는데 , 저건 어느사이트인가요 ? 목차가 너무 달라서 공식문서 참조하다 모를때는 어떤식으로 챕터를 골라야할지 강의 챕터랑 현재 공식문서 큰 목차 챕터가 달라서 찾기가 빡세네요. ㅎ A라는 프로젝트를 참고해서 b를 만들때 worksplace를 하신다고하셨는데, 그러면 레포지토리에 있는 모든 프로젝트 코드를 가져와서 새로운 레포지토리에 복사해서 리팩토링할때 보통 fork뜨거나 zip다운이나 클론받고 새로 git init해서 하는데, 그 방식말고 그냥 원래 프로젝트위에 폴더가 생겨서 거기에 작업되고 git추가 되는형태인가요?
예제2 파일의 폴더에서 open Folder as Pycham porject 를 선택해서 실행은 되었는데, 파이참 화면 위에 "~~~에 대해 구성된 파리썬 인터프리터가 없습니다" 라고 나옵니다 그리고 강사님 화면처럼 하단에 Terminal 이라는 창이 없습니다. 그래서 터미널 클릭 후 ..... 하는 뒷부분 부터 학습을 못하고 있습니다 어떻게 해야 하나요?
user memory setup폴더 생성하고 user memory에 저장을 하였는데 아래와 같은 에러가 나오고있어요 E325: ATTENTION Found a swap file by the name "~/.claude/. CLAUDE.md .swp" owned by: macmini dated: 목 5월 07 11:12:22 2026 file name: ~macmini/.claude/ CLAUDE.md modified: YES user name: macmini host name: Macui-Macmini.local process ID: 1773 While opening file "/Users/macmini/.claude/ CLAUDE.md " dated: 목 5월 07 11:11:47 2026 (1) Another program may be editing the same file. If this is the case, be careful not to end up with two different instances of the same file when making changes. Quit, or continue with caution. (2) An edit session for this file crashed. If this is the case, use ":recover" or "vim -r /Users/macmini/.claude/ CLAUDE.md " to recover the changes (see ":help recovery"). If you did this already, delete the swap file "/Users/macmini/.claude/. CLAUDE.md .swp" to avoid this message. Swap file "~/.claude/. CLAUDE.md .swp" already exists! [O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:
요금제 가입후, 미션 수행하려고 했는데 아래 에러가 나타납니다. 해결방법이 있으면 알려주세요. API Error: 400 We've updated our Consumer Terms and Privacy Policy. You'll need to accept them in claude.ai with the email in /status to continue.
궁금한게 있습니다 2026 05 06 기준 Docs 에서 200줄 이하로 CLAUDE.md 를 유지하라고했는데 만약 import 문법으로 CLAUDE.md 파일을 줄였는데 import 로 가져온 md 내용의 길이가 200줄이 넘거나 좀 많다고 가정하면 그건 괜찮은 건가요?... import 문법으로 줄인다고해도 결국.. claude 가 import 한 md 파일을 읽을 텐데 그건 import로 해서 CLAUDE.md 가 줄어들었다고 해도 읽는 양은 똑같지 않나하는 궁금증에 여쭤봅니다..
수업에서는 수치형 데이터에 대한 스케일링을 미실시 하였고, 학습 모델도 랜덤포레스트로만 진행하였습니다. 수치형 데이터에 대해 StandardScaler, RobustScaler 등의 스케일링을 실시하고, lightgbm 모델도 학습을 했을 때 랜덤포레스트 모델보다 성능이 좋게 나왔습니다. 혹시 이 문제에서 스케일링을 하면 안되는 이유나 lightgbm으로 했을 때 발생할 수 있는 문제가 있을까요?
[리뉴얼] 파이썬입문과 크롤링기초 부트캠프 [파이썬, 웹, 데이터 이해 기본까지] (업데이트)
섹션 5 CSS selector사용해서 클로링하기2 영상엔 커리큘럼 일정 에 해당하는 박스와 내용이 있는데 현재 이 https://davelee-fun.github.io/blog/crawl_test_css.html 링크내 없는 부분이라 연습해볼수가 없습니다. 커리큘럼 일정의 박스와 내용 업데이트 가능할까요?
만약에 지금 현재 디렉토리의 settings.json에 아래와 같은 설정이 있고, { "permissions": { "allow": [ "Bash(git checkout *)", "Bash(git merge *)" ] }, } settings.local.json에 아래와 같은 설정이 있다고 가정하면 { "permissions": { "allow": [] } } } 아래 docs에 나온 것처럼 Local이 Project보다 더 높은 우선순위(?)를 가지기 때문에, 최종적으로 현재 디렉토리의 클로드 코드 세션에서는 allow 되는건 settings.local.json의 빈배열([]) 이라서 자동으로 허용이 안된다 라고 생각하면 될까요? ------------ + 추가질문입니다. (만약에 settings.local.json의 우선순위가 높아서 빈배열만 적용되었다는게 맞다면) 예를 들어 클로드코드랑 하나의 세션안에서 티키타카를 하다가(예를 들면 Bash를 사용하는 git 명령어를 클코가 권한을 물어볼때) 1,2,3 선택문구가 나올때 제기억으로는 지금현재는 2번문구가 이 세션안에서는 더이상 안물어보고 accept 하겠다였던거같은데 그걸 선택했을때 아마 settings.local.json의 allow항목에 Bash(git ~~)이렇게 자동으로 갱신돼서 찍혔던걸로 기억합니다. 근데 만약에 이상황이라면 팀 프로젝트을위해 clone해서 가져온 디렉토리의 settings.json의 allow항목에 이미 Bash관련된게 있다면 제가 아까 질문한 내용과 우선순위 관련해서 겹치는 사항들이 있을거같은데 이경우는 어떻게 방향을 잡는게 바람직할까요? 좀 더 쉬운 예시 상황은 아래와 같습니다. // settings.json (clone해서 가져옴 -> 즉, 팀 규칙) { "permissions": { "allow": ["Bash(npm run dev)"] } } // settings.local.json (이 후 클로드 코드랑 티키타카 하면서 세션 중 자동 추가됨) { "permissions": { "allow": ["Bash(git commit *)"] } } 이상태에서 앞으로 터미널을 시작하면 settings.local.json의 우선순위가 높아서 Bash(git commit *) 만 허용될거같은데 어떻게 해야할까요 ㅠㅠㅠ (이 경우 그냥 settings.json allow항목을 local.json에도 똑같이 복붙을 해놓을까요?) +(allow뿐만 아니라 범위별 셋팅 파일안에 들어가는 Key들을 봤을때 서로 같은 Key가 없게끔 하는게 맞을까요?) (뭔가 뒤의 [추가미션] 설정 및 메모리 관리 실습 를 진행하다가 또 궁금해져서 질문을 추가하느냐 좀 길어졌습니다ㅠㅠ 죄송합니다..!!)
아래와 같이 에러가 발생합니다. 어떤문제때문일지 알 수 있을까요 ?? Retrieving notices: \ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /pkgs/main/notices.json Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /pkgs/msys2/notices.json Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /pkgs/r/notices.json Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /conda-forge/notices.json \ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /pkgs/main/notices.json Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /pkgs/msys2/notices.json Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /pkgs/r/notices.json Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /conda-forge/notices.json \ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /pkgs/main/notices.json Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /pkgs/msys2/notices.json Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /pkgs/r/notices.json | Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)': /conda-forge/notices.json ERROR conda.notices.fetch:get_channel_notice_response(72): Request error <HTTPSConnectionPool(host=' repo.anaconda.com ', port=443): Max retries exceeded with url: /pkgs/msys2/notices.json (Caused by ProtocolError('Connection aborted.', ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)))> for channel: defaults url: https://repo.anaconda.com/pkgs/msys2/notices.json ERROR conda.notices.fetch:get_channel_notice_response(72): Request error <HTTPSConnectionPool(host=' repo.anaconda.com ', port=443): Max retries exceeded with url: /pkgs/main/notices.json (Caused by ProtocolError('Connection aborted.', ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습 니다', None, 10054, None)))> for channel: defaults url: https://repo.anaconda.com/pkgs/main/notices.json ERROR conda.notices.fetch:get_channel_notice_response(72): Request error <HTTPSConnectionPool(host=' repo.anaconda.com ', port=443): Max retries exceeded with url: /pkgs/r/notices.json (Caused by ProtocolError('Connection aborted.', ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)))> for channel: defaults url: https://repo.anaconda.com/pkgs/r/notices.json ERROR conda.notices.fetch:get_channel_notice_response(72): Request error <HTTPSConnectionPool(host=' conda.anaconda.org ', port=443): Max retries exceeded with url: /conda-forge/notices.json (Caused by ProtocolError('Connection aborted.', ConnectionResetError(10054, '현재 연결은 원격 호스트에 의해 강제로 끊겼습니다', None, 10054, None)))> for channel: conda-forge url: https://conda.anaconda.org/conda-forge/notices.json done Channels: - conda-forge - defaults Platform: win-64 Collecting package metadata (repodata.json): \ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=t Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet \ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'Connectiont | Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'Connectiont Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet / Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'Connectiont | Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'Connectiont Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet / Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'Connectiont Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionRet failed CondaHTTPError: HTTP 000 CONNECTION FAILED for url < https://conda.anaconda.org/conda-forge/win-64/repodata.json > Elapsed: - An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way. 'https//conda.anaconda.org/conda-forge/win-64'
(AI 퀀트) 코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI
어제 유튜브 영상 보면 매매n8n 베타 버전도 있던데 이부분도 추후 강의를 통해서 만들어 볼수있을까요? 💡 수강생 안내 사항 (커뮤니티 가이드) 학습 관련 질문 : 구체적으로 적을수록 정확한 답변을 받을 수 있습니다. 작성 팁 : 마크다운과 단축키를 활용하면 글을 더 편리하게 작성할 수 있습니다. 사전 검색 : 질문을 남기기 전, 커뮤니티 질문 & 답변에 비슷한 내용이 있었는지 먼저 검색해 보세요. 커뮤니티 매너 : 서로 예의를 지키며 존중하는 분위기를 함께 만들어가요. 서비스 문의 : 인프런 서비스 관련 문의는 1:1 문의하기 를 이용해 주세요.