• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Use IPython from PyPy3

27 August, 2019

After installing PyPy3, use IPython with PyPy3 as the kernel by installing IPython in PyPy3:

pypy3 -m pip install ipython

start PyPy3 Ipython by:

pypy3 -m IPython
  • python
  • ipython
  • pypy