handcalcs
Python library for converting Python calculations into rendered latex.
파일 탐색기
최종 버전 다운로드 (.zip)- python-publish.yml
- python-pytest.yml
- basic_demo.gif
- basic_demo1.gif
- call_recorder.gif
- cell_magic_overrides_example.png
- comments.gif
- comments.png
- conditionals.gif
- conditionals.png
- coverage.svg
- custom_symbols.png
- decimal_separator.png
- decorator.gif
- decorator.png
- display_var.png
- example_papermill.gif
- example_streamlit.gif
- forallpeople.gif
- forallpeople.png
- funcs.gif
- functions.png
- greek.png
- greeks.gif
- greeks.png
- handcalcs.jpg
- handcalcs_education.gif
- handcalcs_rect.jpg
- integration.gif
- integration.png
- ladder_problem.png
- long.gif
- long1.png
- long2.png
- more_complicated.gif
- no_subs.png
- outputs.gif
- parameters.gif
- params.png
- prime.png
- quadratic_formula_basic.png
- quadratic_formula_long.png
- quadratic_formula_params.png
- quadratic_formula_precision.png
- quadratic_formula_short.png
- quadratic_formula_symbolic.png
- render.png
- Screenshot 2020-09-18 222151.png
- short1.png
- short2.png
- shortandlong.gif
- skip_subs.gif
- subscripts.gif
- subscripts.png
- symbolic.gif
- symbolic1.png
- symbolic2.png
- sympy.png
- sympy1.png
- sympy2.png
- tex.gif
- tex.png
- wrong_brackets.gif
- about.md
- cell_magic.md
- decorator.md
- features.md
- index.md
- installation.md
- overrides.md
- README.md
- sympy.md
- ladder_problem.png
- ladder_problem.png
- eqn_lib.py
- ladder_problem-Copy1.png
- ladder_problem.png
- streamlit_example.py
- style.css
- base.html.j2
- conf.json
- index.html.j2
- __init__.py
- __init__.py
- config.json
- constants.py
- conversion_funcs.py
- decorator.py
- global_config.py
- handcalcs.py
- integrations.py
- py.typed
- render.py
- sympy_kit.py
- #test_handcalcs.py
- __init__.py
- cell_1.py
- cell_10.py
- cell_11.py
- cell_2.py
- cell_2b.py
- cell_3.py
- cell_4.py
- cell_5.py
- cell_6.py
- cell_7.py
- cell_7b.py
- cell_8.py
- cell_9.py
- error_cell.py
- function_mocks.py
- test_decorator_file.py
- test_handcalcs_file.py
- test_pint.py
- test_render_file.py
- test_sympy_kit.py
- .gitignore
- .python-version
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- requirements.txt
- vis_pyproject.toml
- wiki_text.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/connorferster/handcalcs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd handcalcs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
