Closed edsml-jm623 closed 1 year ago
**D:\introduction-to-python>conda activate introduction-to-python
(introduction-to-python) D:\introduction-to-python>jupyter notebook**
**ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 1 ----> 1 import pybryt 2 from lecture import pybryt_reference
ModuleNotFoundError: No module named 'pybryt'**
I checked the installed package, pybryt was successfully installed.
I just figured it out.
I used pip install ipykernel
pip install ipykernel
and then >python -m ipykernel install --user --introduction-to-python
>python -m ipykernel install --user --introduction-to-python
change the kernel in jupyter and it worked!
**D:\introduction-to-python>conda activate introduction-to-python
(introduction-to-python) D:\introduction-to-python>jupyter notebook**
**ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 1 ----> 1 import pybryt 2 from lecture import pybryt_reference
ModuleNotFoundError: No module named 'pybryt'**
I checked the installed package, pybryt was successfully installed.