Error_극복하기
Git-hub 업로드 후 Unable to render code block 일 때
ADELA_J
2024. 2. 1. 16:21
깃허브에 jupyter 파일을 업로드 했는데
위와 같이 Unable to render code block 이라고 나올 때가 있다.
요것은 주피터 노트북 파일을 오픈 할 수 없을 때 발생한다
(파일이 작으면 되는데 큰 거는 주로 안되는 듯)
이럴 때 해결 방법은,,,
해당 git hub 파일의 URL 주소를
nbviewer
nbviewer A simple way to share Jupyter Notebooks Enter the location of a Jupyter Notebook to have it rendered here: Programming Languages Books Misc
nbviewer.org
요기에 올려주면 된다.
물론 깃허브 유저이름이나, repository 이름도 올려도 되긴한다.
그럼 잘 뜹니다
+ 참고로 허깅페이스 파일 큰것도 여기 사용해서 오픈할 수 있었다.