【Python】Jupyter NoteBook을 사용한 개발 환경 만들기
                                            
                                                
                                                
                                                
                                                
                                                
                                                 2839 단어  Jupyter-notebook파이썬colaboratory
                    
파이썬 버전
2계와 3계에서는, 프로그램의 기입방법(문법)이 다른, 대응하는 라이브러리가 다르다.
2계는 개발 종료 완료.
[root@centos7 python]# python --version
Python 3.6.8
[root@centos7 python]# pip --version
pip 9.0.1 from /usr/lib/python3.6/site-packages (python 3.6)
 프로그램 실행 방법
python プログラム名
 Jupyter Notebook 설치
[root@centos7 python]# pip install jupyter
[root@centos7 python]# jupyter --version
jupyter core     : 4.5.0
jupyter-notebook : 6.0.1
qtconsole        : 4.5.4
ipython          : 7.8.0
ipykernel        : 5.1.2
jupyter client   : 5.3.1
jupyter lab      : not installed
nbconvert        : 5.6.0
ipywidgets       : 7.5.1
nbformat         : 4.4.0
traitlets        : 4.3.2
 Jupyter Notebook의 기본 조작
 클라우드에서 제공하는 Jupyter Notebook
Jupyter Notebook은 클라우드에서 제공되는 것도 있다.
클라우드 환경을 사용하면 설치하지 않고 브라우저로 액세스하기 만하면 Jupyter Notebook을 사용하여 Python 프로그래밍 할 수 있습니다.
[root@centos7 python]# python --version
Python 3.6.8
[root@centos7 python]# pip --version
pip 9.0.1 from /usr/lib/python3.6/site-packages (python 3.6)
python プログラム名
Jupyter Notebook 설치
[root@centos7 python]# pip install jupyter
[root@centos7 python]# jupyter --version
jupyter core     : 4.5.0
jupyter-notebook : 6.0.1
qtconsole        : 4.5.4
ipython          : 7.8.0
ipykernel        : 5.1.2
jupyter client   : 5.3.1
jupyter lab      : not installed
nbconvert        : 5.6.0
ipywidgets       : 7.5.1
nbformat         : 4.4.0
traitlets        : 4.3.2
 Jupyter Notebook의 기본 조작
 클라우드에서 제공하는 Jupyter Notebook
Jupyter Notebook은 클라우드에서 제공되는 것도 있다.
클라우드 환경을 사용하면 설치하지 않고 브라우저로 액세스하기 만하면 Jupyter Notebook을 사용하여 Python 프로그래밍 할 수 있습니다.
[root@centos7 python]# pip install jupyter
[root@centos7 python]# jupyter --version
jupyter core     : 4.5.0
jupyter-notebook : 6.0.1
qtconsole        : 4.5.4
ipython          : 7.8.0
ipykernel        : 5.1.2
jupyter client   : 5.3.1
jupyter lab      : not installed
nbconvert        : 5.6.0
ipywidgets       : 7.5.1
nbformat         : 4.4.0
traitlets        : 4.3.2
클라우드에서 제공하는 Jupyter Notebook
Jupyter Notebook은 클라우드에서 제공되는 것도 있다.
클라우드 환경을 사용하면 설치하지 않고 브라우저로 액세스하기 만하면 Jupyter Notebook을 사용하여 Python 프로그래밍 할 수 있습니다.





파이썬 라이브러리 설치
 pip를 사용한 설치
pip install ライブラリ名
[root@centos7 python]# pip install scikit-learn
 
들어가있다.
라이브러리는 pip 커멘드로 인스톨 하는 것이 기본이지만, 라이브러리에 따라서는 에러가 표시되는 일이 있다. Python 라이브러리에는, 모두 Python으로 쓰여진 것(Pure Python)과, C언어등으로 쓰여진 것 있어, 그 경우는 C컴파일러등이 없으면 인스톨할 수 없다.
CentOS라면 웹 설정이 필요하기 때문에 Colaboratory를 사용하여 끝났다.
                
                    
        
    
    
    
    
    
                
                
                
                
                    
                        
                            
                            
                            Reference
                            
                            이 문제에 관하여(【Python】Jupyter NoteBook을 사용한 개발 환경 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
                                
                                https://qiita.com/junkers_rene/items/d66039ba7efb71eb7cf1
                            
                            
                            
                                텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                            
                            
                                
                                
                                 우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                            
                            
                        
                    
                
                
                
            
pip install ライブラリ名
[root@centos7 python]# pip install scikit-learn
Reference
이 문제에 관하여(【Python】Jupyter NoteBook을 사용한 개발 환경 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/junkers_rene/items/d66039ba7efb71eb7cf1텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                                
                                
                                
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)