주 참고문헌 : Pytel 외 저, 이주성 외 역, 재료역학 2판, 한티미디어, 2013.
Main Text: Pytel et. al, Mechanics of Materials, 2nd Ed, 2013.
- 명령행에서 실행해야 할 경우, 경로에 추가하도록 설정 To run from a command line, configure to add python to the PATH
- 경로 이름에 한글을 사용할 수 없음 Use ASCII characters for path name
- 윈도우즈의 경우, 설치 후 가상 환경 생성, 전환 2회 이상 확인 추천
For Windows, after install, please check creating a virtual environment and switching between environment more than twice.
아래 소프트웨어를 설치 Please install following software
간단한 추천 사항 A few simple recommendations
- 명령행에서 사용 Command line interface
- 실습실 환경에서는 credential manager 설치 삼가
Credential manager may not be a best choice for a computer lab - 아래 IDE 가운데 Microsoft Visual Studio Code 선택시 다음과 같이 생각해 볼 수 있음
To use Microsoft Visual Studio Code among IDEs below, an administrator may consider followings
항목 Key |
값 Value |
---|---|
git 기본 편집기 Default editor for Git |
MS VS Code |
경로 환경 조정 Adjusting Path environment |
Use Git from the Windows Command Prompt |
터미널 에뮬레이터 Terminal emulator |
Use Windows' default console window |
자격 인증 관리자 활성화 Enable Git Credential Manager |
전산 실습 환경의 경우, 선택 해제 If computer lab, unselect |
이후 MS vscode 에서도 한두가지 추가 설정을 실시하면 내장 터미널로 git-bash
를 사용할 수 있음
With a few additional configurations in MS vscode, one could use git-bash
as the integrated terminal.
아래 가운데 택일 Choose one from below
아래 가운데 택일 Choose one from below
- Anaconda 5.x 와 함께 설치됨.
Anaconda 5.x includes spyder.
- PyCharm 을 실행시키기 위해 Java Development Kit 를 설치해야 할 수 있음 (2016 09)
PyCharm may need Java Development Kit to run.
- Anaconda 설치 후 설치 선택 가능
Installation button available at the end of Anaconda installation - 다운로드 받아서 설치도 가능
Possible to download and install from the website
Setup Overview / Python Configuration Instruction - Windows 에서
git-bash
를 내장 터미널로 사용하려면 다음과 같은 추가 설정이 필요함.[참고]
In Windows, to usegit-bash
as the integrated terminal, following additional settings would enable it.[Ref]
- File > Preferences > Settings
"terminal.integrated.shell.windows": **path to bash.exe here**
이 저장소 는 주로 jupyter
노트북으로 만들어져 있음.
This repository is mostly written in jupyter
notebook.
jupyter
노트북은 웹브라우저를 통해 프로그램 코드를 수정 실행하고 LaTex 수식을 포함한 문서 작성이 가능함.
Through a web browser, jupyter
notebook enables editing & running program codes and writing documents including LaTex equations.
- 적당한 folder 를 만듦 (예를 들어 User/Documents/SolMech/)
Make an appropriate folder (e.g., User/Documents/SolMech/) - Git 또는 SourceTree 를 이용하여 위 folder 아래 이 원격 저장소를
git clone
Using the Git or SourceTree,git clone
this repository under the folder cmd
또는git bash
실행한 후clone
된 지역 저장소 folder로 이동 (예를 들어cd User/Documents/Solmech/
)
Startcmd
orgit bash
and change working folder to the cloned folder (e.g.cd User/Documents/Solmech/
)cmd
또는git bash
에서 각각cd
또는pwd
로clone
된 folder 인지 확인
Check location usingcd
orpwd
incmd
orgit bash
jupyter notebook
실행
Runjupyter notebook
이 소프트웨어는 대한민국 국토교통부 건설교통과학기술진흥원 교통물류연구사업의 지원을 받았음 (18TLRP-B117133-03) This software was supported by the Korea Ministry of Land, Infrastructure, and Transportation. It was also supported by the Korean Agency for Infrastructure Technology Advancement. (18TLRP-B117133-03)
branch | status |
---|---|
master | |
develop |