简体   繁体   中英

Unable to import the package in jupyter notebook

I am unable to import the package in the conda env inside jupyter notebook. 在此处输入图像描述

I can import the package via terminal but it's not loading in the notebook.

Can someone help me to debug this?

Update: Tried to add site-packages to path as well as per the suggestions by @Azhar在此处输入图像描述

I had a same problem. Solution for me was:

  1. In jupyter print "%pip install lasio"
  2. Reset the kernel and start again

That's all. By the way, vie conda it didn't work. Good lick!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM