[colab] 구글 코랩에서 실행하기 (하이퍼링크)

2021. 6. 18. 21:01Python/설정

▶ 구글 코랩에서 실행하기 (하이퍼링크) 적용 방법

   깃허브에 업로드한 파일을 구글 코랩에서 실행하는 하이퍼링크

 

구글 코랩에서 실행하기

 

구글 코랩에서 실행하기 (하이퍼링크).ipynb

Run, share, and edit Python notebooks

colab.research.google.com

1. 하이퍼링크 적용 할 곳에 아래 코드 입력

2. <<< >>> 위치에 깃허브에 업로드한 파일의 주소 중 https://github.com를 제외한 주소 입력

   예) 깃허브 주소 : https://github.com/JeongJaeyoung0/function/blob/main/example.ipynb

   입력) href="https://colab.research.google.com/github/JeongJaeyoung0/function/blob/main/example.ipynb"

<table align="left">
  <td>
    <a target="_blank" href="https://colab.research.google.com/github/<<<https://github.com 제외한 깃허브 파일 주소 입력>>>"><img src="https://www.tensorflow.org/images/colab_logo_32px.png" />구글 코랩에서 실행하기</a>
  </td>
</table>

 

 

'Python > 설정' 카테고리의 다른 글

딥러닝 참고 사이트  (0) 2021.07.02
[jupyter] 디렉토리 변경  (0) 2021.05.16
[KoNLPy] 설치 (자연어처리, NLP)  (0) 2021.05.13
[jupyter] 테마 변경  (0) 2021.05.08
[anaconda] 가상환경 (64bit에서 32bit)  (0) 2021.05.03