jupyterlab-dash
An Extension for the Interactive development of Dash apps in JupyterLab
파일 탐색기
최종 버전 다운로드 (.zip)- postBuild
- requirements.txt
- __init__.py
- __version__.py
- test_app_viewer.ipynb
- meta.yaml
- index.ts
- index.css
- .gitignore
- .prettierrc
- CHANGELOG.md
- LICENSE.txt
- MANIFEST.in
- package.json
- README.md
- RELEASE.md
- setup.py
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/plotly/jupyterlab-dash
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd jupyterlab-dash
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
$ npm install # or yarn
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ npm run build # or yarn build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
$ npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
$ npm run watch # or yarn watch
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
$ pip install "jupyterlab>=1.0" jupyterlab-dash==0.1.0a3
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ jupyter labextension install jupyterlab-dash@0.1.0-alpha.3
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ pip install -e .
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ jupyter labextension link .
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ jupyter lab build
이 명령어를 터미널에 그대로 입력해 실행하세요.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
