Код: Выделить всё
from mobilechelonian import Turtle
t = Turtle()
t = t.forward(100)
Код: Выделить всё
PS C:\Users\master\Desktop\PythonWorkSpace> > & C:/Python311/python.exe c:/Users/master/Desktop/PythonWorkSpace/Statitics_week2.py
Traceback (most recent call last):
File "c:\Users\master\Desktop\PythonWorkSpace\Statitics_week2.py", line 1, in
from mobilechelonian import Turtle
File "C:\Python311\Lib\site-packages\mobilechelonian\__init__.py", line 5, in
from notebook import nbextensions
ModuleNotFoundError: No module named 'notebook'
Код: Выделить всё
jupyterПодробнее здесь: https://stackoverflow.com/questions/789 ... d-notebook