https://ipython.org/install.html
Installing IPython
There are multiple ways of installing IPython. This page contains simplified installation instructions that should work for most users. Our official documentation contains more detailed instructions for manual installation targeted at advanced users and developers.
If you are looking for installation documentation for the notebook and/or qtconsole, those are now part of Jupyter.
I already have Python
If you already have Python installed and are familiar with installing packages, you can get IPython with pip:
pip install ipython
I am getting started with Python
For new users who want to install a full Python environment for scientific computing and data science, we suggest installing the Anaconda or Canopy Python distributions, which provide Python, IPython and all of its dependences as well as a complete set of open source packages for scientific computing and data science.
- Download and install Continuum’s Anaconda or the free edition of Enthought’s Canopy.
- Update IPython to the current version using the Terminal:
Anaconda:
conda update conda conda update ipython
https://pypi.org/project/ipython/
pip install sympy
https://pypi.org/project/sympy/
'프로그래밍 > Python' 카테고리의 다른 글
[python] 랜덤 6자리 문자열을 생성하고, 중복되지 않도록 파일명을 지정한 후 이미지 캡차를 저장. captcha (0) | 2024.09.25 |
---|---|
[python] Generate Captcha Using Python (2) | 2024.09.23 |
[python] 2차 방정식 (0) | 2024.09.10 |
[python] html table을 Markdown으로 변경하기. (0) | 2024.09.04 |
[python] Why Ibis? (2) | 2024.09.02 |