scriptedforms
Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
파일 탐색기
최종 버전 다운로드 (.zip)- settings.json
- Dockerfile
- Dockerfile
- docker-compose.yml
- nginx.conf
- README.md
- __init__.py
- data.py
- functions.py
- template-only.md
- __init__.py
- file-change.csv
- file-change.md
- two-columns.md
- __init__.py
- __main__.py
- detailed.md
- example.py
- simple.md
- Apache-2.0
- MANIFEST.in
- README.md
- setup.py
- a-simple-form.md
- a-slider.md
- landing-page.md
- .gitignore
- build-instructions.md
- package.json
- README.md
- scriptedforms.bat
- detailed.png
- quick-start.png
- __init__.py
- LICENSE
- process.py
- __init__.py
- create-your-own-angular-jupyterlab-extension.md
- docs-base.md
- docs.css
- landing-page.md
- before-and-after.ts
- send-token.ts
- .gitignore
- detailed.form.md
- landing-page.md
- landing-page.spec.ts
- protractor.conf.ts
- section-button.md
- section-button.spec.ts
- section-live.md
- section-live.spec.ts
- section-output.md
- section-output.spec.ts
- section-start.md
- section-start.spec.ts
- variable-string.md
- variable-string.spec.ts
- variable-table.csv
- variable-table.md
- variable-table.py
- variable-table.spec.ts
- watchdog-manage.md
- watchdog-template.md
- watchdog-test.spec.ts
- package.json
- run-test.py
- tsconfig.e2e.json
- tsconfig.json
- tslint.json
- yarn.lock
- agree-to-license.md
- pip-freeze.sh
- pypi.sh
- selenium.sh
- travis_install.sh
- travis_script.sh
- wait_for_selenium.sh
- code.component.ts
- code.module.ts
- create-form-component-factory.ts
- form-builder.component.ts
- form-builder.module.ts
- session-start-code.ts
- pandas-table.ts
- slider.ts
- variable-store.ts
- button.component.ts
- live.component.ts
- output.component.ts
- section-base.component.ts
- section-file-change.component.ts
- sections.module.ts
- start.component.ts
- file.service.ts
- form.service.ts
- initialisation.service.ts
- jupyter.service.ts
- kernel.service.ts
- toolbar.service.ts
- variable.service.ts
- watchdog-code.ts
- watchdog.service.ts
- toolbar-base.component.ts
- toolbar-button.component.ts
- toolbar.module.ts
- form-status.ts
- section-component.ts
- variable-component.ts
- variable-value.ts
- conditional.component.ts
- dropdown.component.ts
- number-base.component.ts
- number.component.ts
- slider.component.ts
- string.component.ts
- tick.component.ts
- toggle.component.ts
- variable-base.component.ts
- variable-file.component.html
- variable-file.component.ts
- variable-parameter.component.ts
- variable-table.component.html
- variable-table.component.ts
- variables.module.ts
- app-error-handler.ts
- app.component.html
- app.component.ts
- app.module.ts
- phosphor-angular-loader.ts
- style.css
- widget.ts
- README.md
- landing-page.component.html
- landing-page.component.ts
- doc.component.html
- doc.component.ts
- doc.module.ts
- doc.routing.ts
- style.css
- jupyterlab-plugin.ts
- angular-styles.ts
- angular.ts
- jupyterlab-styles.ts
- jupyterlab.ts
- material.module.ts
- misc.ts
- theme.scss
- app.ts
- component-html.d.ts
- dev.ts
- docs.ts
- main.ts
- polyfills.ts
- public-path.ts
- tsconfig.app.json
- tsconfig.spec.json
- .yarnrc
- __init__.py
- __main__.py
- _scriptedforms_handlers.py
- _utilities.py
- _version.py
- angular.json
- Apache-2.0
- index.html
- package.json
- scriptedforms.json
- scriptedforms.py
- tsconfig.json
- tslint.json
- webpack.config.js
- webpack.dev.js
- webpack.prod.js
- yarn.lock
- .gitignore
- .travis.yml
- Apache-2.0
- Benefits-of-AGPL-3.0+-for-Medical-Physics.md
- code-of-conduct.md
- detailed.form.md
- LICENSE
- MANIFEST.in
- README.md
- setup.py
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/SimonBiggs/scriptedforms
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd scriptedforms
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install scriptedforms
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose -f deploy/docker/docker-compose.yml up -d --build
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
4. Node.js
쉬움사전 준비물
yarn
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
yarn pip:install
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
5. Python
쉬움사전 준비물
pip install scriptedforms
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
jupyter serverextension enable --py scriptedforms
이 명령어를 터미널에 그대로 입력해 실행하세요.
jupyter notebook --NotebookApp.default_url=/scriptedforms/use/quick-start.md
브라우저에서 노트북(.ipynb) 파일들을 열람하고 실행할 수 있는 Jupyter 화면을 켭니다.
yarn pip:install
이 명령어를 터미널에 그대로 입력해 실행하세요.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
