You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi everyone, have a question regarding kernels... i have setup pipenv and then created a kernel using: python -m ipykernel install --user --name=myproject it works great.
when i use it with a notebook, everything is fine. the issue comes when i install a new package in the terminal (under the pipenv shell). the notebooks dont seem to register it.
for example, if i do pipenv install pyyaml then restart the notebook, if i try from yaml import load, dump it will give me a ModuleNotFoundError: No module named 'yaml'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi everyone, have a question regarding kernels... i have setup
pipenv
and then created a kernel using:python -m ipykernel install --user --name=myproject
it works great.when i use it with a notebook, everything is fine. the issue comes when i install a new package in the terminal (under the pipenv shell). the notebooks dont seem to register it.
for example, if i do
pipenv install pyyaml
then restart the notebook, if i try from yaml import load, dump it will give me aModuleNotFoundError: No module named 'yaml'
Beta Was this translation helpful? Give feedback.
All reactions