최대 1 분 소요

[공지사항]

업데이트 안내 내용을 이렇게 적을 수 있다

HTML로도 공지사항을 적을 수 있다

  • number 1
  • number 2
  • number 3

[유튜브 영상 삽입하기]

[버튼]

button

[이미지 삽입하기]

image

[로컬 서버로 변경사항 실시간으로 확인하기]

  • rho715.github.io folder 에서 bundle exec jekyll serve

[python코드 삽입]

button = widgets.Button(description='My Button')
out = widgets.Output()
def on_button_clicked(_):
      # "linking function with output"
      with out:
          # what happens when we press the button
          clear_output()
          print('Something happens!')
# linking button and function together using a button's method
button.on_click(on_button_clicked)
# displaying button and its output together
widgets.VBox([button,out])

Toggle 기능

토글 접기/펼치기

안녕

태그:

카테고리:

업데이트:

댓글남기기