I tried removing the python 3.11 pin but ran into the error below, and I don't think it is to be worked in notebook v6, so I've removed the fixme comment instead.
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.12.4/x64/bin/jupyter-notebook", line 5, in <module>
from notebook.notebookapp import main
File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/notebook/notebookapp.py", line 76, in <module>
from .base.handlers import Template404, RedirectWithParams
File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/notebook/base/handlers.py", line 35, in <module>
from notebook.utils import is_hidden, url_path_join, url_is_absolute, url_escape, urldecode_unix_socket_path
File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/notebook/utils.py", line 15, in <module>
from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'
I tried removing the python 3.11 pin but ran into the error below, and I don't think it is to be worked in notebook v6, so I've removed the fixme comment instead.