You do not need to install the full notebook using Pypy, what you can do is just install ipykernel:
pypy -m pip install ipykernel pypy -m ipykernel install --name pypy --display-name="Python (PyPy)" And the PyPy kernel should appear alongside your other kernels. -- M On Mon, Oct 16, 2017 at 8:06 AM, Kiko <[email protected]> wrote: > you can install pypy and then, from the command line: > > pypy -m pip install notebook > > If you are on linux you can try > https://github.com/kikocorreoso/test_scipypy (it is not updated to the > latest pypy version). > > 2017-10-16 17:00 GMT+02:00, John <[email protected]>: >> I noticed that there is a cell magic %%pypy to run python code using pypy >> in a single cell. Is it possible to run Jupyter notebook with pypy as the >> kernel for the notebook? If so how can I do this? >> >> John >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Project Jupyter" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jupyter/342af1b8-9215-4eee-a82f-621a4a882fc5%40googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/CAB-sx62wBKNz3p8O1G-QrEwd%3D5K%2BxObs-_T-itFHC36-e5avrw%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CANJQusUNWEXoYxYJ79xbucROCL%3DPUkkWtdQnJowyT0xrfyYq_Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
