Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 438 Bytes

jupyterlite.md

File metadata and controls

15 lines (10 loc) · 438 Bytes

How to Build

  • github actions와 함께 -> 로컬에 별도로 conda, python 설정이 필요 없다.

With you own build

  • 로컬에 특정 폴더에 jupyerlite, jupyerlab을 설치한다.
    • pip 설치 필요
    • requirements.txt를 통해 패키지 설치
  • 필요한 패키지를 설치한다.
  • 예를 JL 용으로 빌드해서 js를 생성한다.
  • 이를 github에 푸시한 후 pages를 통해 서브한다.