I'm working on a jupyter notebook with pycharm and I can't import the tutorial module that allows to detail the code execution. I have installed the module with pip install tutor and I have called the module but it returns something like :
ImportError Traceback (most recent call last)
Cell In [1], line 1
----> 1 from tutor import tutor
ImportError: cannot import name 'tutor' from 'tutor' (C:\Users\Gabriel Nunès\AppData\Local\Programs\Python\Python310\lib\site-packages\tutor\__init__.py)
If someone has an idea I'm interested. Thanks in advance for your help .