본문 바로가기

devlog/Python

Installation Notes

  1. Go to the Jupyter Website (jupyter.org)
    주피터 웹 사이트로 이동하세여.
  2. Scroll down and and click the Install the Notebook button
    스크롤을 내린다음 인스톨Install the Notebook 버튼을 눌러 노트북을 설치하세요.
  3. The button will take you to the installation documentation.
    인스버튼은 당신을 설치 문서로 안내할겁니다.
  4. This in turn should take you to the Anaconda Installation page, go to the Anaconda Installation page and click on the Graphical Installer for your system to download the installer.
    이제 아나콘다 설치 페이지로 이동하죠. 아나콘다 설치페이지에서 인스톨러를 다운로드 하기위해서 님의 시스템에 맞는 Graphical Installer을 클릭 합니다.
  5. Follow the directions for the graphical installer you chose, it should be straight-forward, just like installing any other software, keep any default options.
    님이 선택하신 graphical installer의 지시를 잘 따르세여. 다른 소프트웨어 설치처럼 간단하게 기본설정으로 갑시다.
  6. Once you've successfully downloaded Anaconda you can begin with the installation commands for Jupyter. All installation commands should be run in the Terminal (for Mac and Linux) or the Command Prompt/Powershell (Windows). (Mac users should just search for terminal in Spotlight search, Windows Users just search for either powershell or cmd in your windows search tool to find your appropriate installation tool). You also have the option of using the Anaconda Command Prompt as shown in the videos.
    아나콘다 다운로드에 성공하셨으면, 님은 이제 주피터를 명령(커맨드)으로 설치하실 차례입니다. 모든 커맨드는 맥은 Terminal, 윈도우는cmd 또는 PowerShell에서 실행되어야 하는거 알죠? (맥은 Command + 스페이스바 누르면 Spotlight 검색기능이 뜹니다. 거기에 Terminal 입력하고 엔터 누르면 됩니다. 윈도우는 윈도우키 누르고 cmd나 PowerShell 입력하고 엔터치면 떠요). 음 아니면 아래 비디오에서 나오듯 아나콘다 명령 프롬프트를 사용하는 방법도 있어요. 맘에 드는거 쓰시면 됩니다.
  7. Once the installation is done, in your terminal/command prompt type: jupyter notebook
    설치가 완료되면 이제 터미널이나 cmd, PowerShell 같은 명령 프롬프트를 열고 jupyter notebook이라고 입력 해보세요
  8. You should eventually see a new tab open up in your browser for you to begin using Jupyter Notebooks. Don't worry if your tab says something like "Conda [Root]" or "Python Default", either of these options will work fine. You can click on these to start a new
    그럼 얼마안가서 주피터 노트북이라는 브라우저 탭이 뿅 뜰거예요. 님의 브라우저 탭이 Conda [Root]나 Python Default 등 다른걸로 보여도 걱정마세요. 그냥 start a new 클릭하면 됩니다.
  9. For more information on how to use the Jupyter Notebooks, refer to the other lectures in this section.
    주피터 노트북을 어떻게 쓰는지에 대해 알고싶은 님들은 아래 강의 부분을 참고하세여
  10. For more information on the Jupyter Notebook system in general, check out the official documentation.
    일반적인 주피터 노트북 시스템에 대한 자세한 정보는 공식 문서를 확인해보세요.

* The key differences between Python 2.7.x and Python 3.x with examples
예제로 보는 파이썬 2.7.x 버전과 파이썬 3.x 버전의 중요한 차이점


udemy - Complete Python Bootcamp: Go from zero to hero in Python