79665061

Date: 2025-06-13 15:23:24
Score: 1
Natty:
Report link

To work in Pipenv from Jupyter Notebook do:

pipenv install ipykernel
pipenv shell

ipython kernel install --name=`basename $VIRTUAL_ENV` --user

jupyther notebook
# select .venv kernel

Note that ipython installation is made.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zashto