Provided you have a system-wide / user installation of jupyter
. You can follow:
pypy3 -m venv PyPy3
source PyPy3/bin/activate # in POSIX, or...
PyPy3Scriptsactivate.bat # in Windows
pypy3 -m pip install ipykernel
ipython kernel install --user --name=PyPy3
Now exit the virtual environment and verify installation:
jupyter kernelspec list
Open Jupyter notebook or lab interface.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…