Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.11.5 - Error Enabling jupyter_nbextensions_configurator: ModuleNotFoundError for notebook.base #15053

Closed
othrif opened this issue Sep 1, 2023 · 3 comments
Labels
bug status:Needs Info status:Needs Triage Applied to new issues that need triage

Comments

@othrif
Copy link

othrif commented Sep 1, 2023

Description

I'm encountering an issue when trying to enable jupyter_nbextensions_configurator on my Jupyter setup. I get the following error message:

jupyter_nbextensions_configurator | error adding extension (enabled: True): The module 'jupyter_nbextensions_configurator' could not be found (No module named 'notebook.base'). Are you sure the extension is installed?

Reproduce

  1. In Python 3.11.5, Run jupyter lab in the terminal.
  2. Observe the error message in the terminal output.

Expected behavior

I expect jupyter_nbextensions_configurator to be enabled without any issues.

Context

  • Operating System and version: MacOS 13.5.1
  • Browser and version: Google Chrome 116.0.5845.110
  • JupyterLab version: 4.0.5
  • Python version 3.11.5
Troubleshoot Output
➜  jupyterlab jupyter troubleshoot
$PATH:
	/Users//.pyenv/versions/3.11.5/bin
	/usr/local/Cellar/pyenv/2.3.25/libexec
	/usr/local/Cellar/pyenv/2.3.25/plugins/python-build/bin
	/Users//opt/miniconda3/condabin
	/usr/local/sbin
	/Users//.local/bin
	/Users//google-cloud-sdk/bin
	/Users//.cargo/bin
	/Users//.pyenv/shims
	/usr/local/bin
	/System/Cryptexes/App/usr/bin
	/usr/bin
	/bin
	/usr/sbin
	/sbin
	/Library/TeX/texbin
	/Applications/Keybase.app/Contents/SharedSupport/bin
	/opt/X11/bin
	/Library/Apple/usr/bin
	/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin
	/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin
	/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
	/usr/local/bin

sys.path:
/Users//.pyenv/versions/3.11.5/bin
/Users//.pyenv/versions/3.11.5/lib/python311.zip
/Users//.pyenv/versions/3.11.5/lib/python3.11
/Users//.pyenv/versions/3.11.5/lib/python3.11/lib-dynload
/Users//.pyenv/versions/3.11.5/lib/python3.11/site-packages

sys.executable:
/Users//.pyenv/versions/3.11.5/bin/python3.11

sys.version:
3.11.5 (main, Aug 29 2023, 11:32:45) [Clang 14.0.3 (clang-1403.0.22.14.1)]

platform.platform():
macOS-13.5.1-x86_64-i386-64bit

which -a jupyter:
/Users//.pyenv/versions/3.11.5/bin/jupyter
/Users//.pyenv/shims/jupyter
/usr/local/bin/jupyter
/usr/local/bin/jupyter

pip list:
Package Version
--------------------------------- -----------
aiobotocore 2.5.4
aiohttp 3.8.5
aioitertools 0.11.0
aiosignal 1.3.1
anyio 3.7.1
appnope 0.1.3
argon2-cffi 23.1.0
argon2-cffi-bindings 21.2.0
arrow 1.2.3
asttokens 2.2.1
async-lru 2.0.4
async-timeout 4.0.3
attrs 23.1.0
Babel 2.12.1
backcall 0.2.0
beautifulsoup4 4.12.2
black 23.7.0
bleach 6.0.0
botocore 1.31.17
cachetools 5.3.1
certifi 2023.7.22
cffi 1.15.1
chardet 5.2.0
charset-normalizer 3.2.0
click 8.1.7
colorama 0.4.6
comm 0.1.4
contourpy 1.1.0
coverage 7.3.0
cycler 0.11.0
debugpy 1.6.7.post1
decorator 5.1.1
defusedxml 0.7.1
distlib 0.3.7
executing 1.2.0
fastjsonschema 2.18.0
filelock 3.12.3
fonttools 4.42.1
fqdn 1.5.1
frozenlist 1.4.0
fsspec 2023.6.0
idna 3.4
iniconfig 2.0.0
ipykernel 6.25.1
ipython 8.14.0
ipython-genutils 0.2.0
ipywidgets 8.1.0
isoduration 20.11.0
jedi 0.19.0
Jinja2 3.1.2
jmespath 1.0.1
joblib 1.3.2
json5 0.9.14
jsonpointer 2.4
jsonschema 4.19.0
jsonschema-specifications 2023.7.1
jupyter 1.0.0
jupyter_client 8.3.1
jupyter-console 6.6.3
jupyter-contrib-core 0.4.2
jupyter-contrib-nbextensions 0.7.0
jupyter_core 5.3.1
jupyter-events 0.7.0
jupyter-highlight-selected-word 0.2.0
jupyter-lsp 2.2.0
jupyter-nbextensions-configurator 0.6.3
jupyter_server 2.7.2
jupyter_server_terminals 0.4.4
jupyterlab 4.0.5
jupyterlab-pygments 0.2.2
jupyterlab_server 2.24.0
jupyterlab-widgets 3.0.8
kiwisolver 1.4.5
lxml 4.9.3
MarkupSafe 2.1.3
matplotlib 3.7.2
matplotlib-inline 0.1.6
mistune 3.0.1
mpmath 1.3.0
multidict 6.0.4
mypy-extensions 1.0.0
nbclient 0.8.0
nbconvert 7.8.0
nbformat 5.9.2
nest-asyncio 1.5.7
networkx 3.1
notebook 7.0.3
notebook_shim 0.2.3
numpy 1.25.2
overrides 7.4.0
packaging 23.1
pandas 2.1.0
pandocfilters 1.5.0
parso 0.8.3
pathspec 0.11.2
pexpect 4.8.0
pickleshare 0.7.5
Pillow 10.0.0
pip 23.2.1
platformdirs 3.10.0
pluggy 1.3.0
prometheus-client 0.17.1
prompt-toolkit 3.0.39
psutil 5.9.5
ptyprocess 0.7.0
pure-eval 0.2.2
pycparser 2.21
Pygments 2.16.1
pyparsing 3.0.9
pyproject-api 1.6.1
pytest 7.4.0
pytest-cov 4.1.0
python-dateutil 2.8.2
python-json-logger 2.0.7
pytz 2023.3
PyYAML 6.0.1
pyzmq 25.1.1
qtconsole 5.4.3
QtPy 2.4.0
referencing 0.30.2
requests 2.31.0
rfc3339-validator 0.1.4
rfc3986-validator 0.1.1
rpds-py 0.10.0
ruff 0.0.286
s3fs 2023.6.0
scikit-learn 1.3.0
scipy 1.11.2
seaborn 0.12.2
Send2Trash 1.8.2
setuptools 65.5.0
six 1.16.0
sniffio 1.3.0
soupsieve 2.4.1
stack-data 0.6.2
sympy 1.12
terminado 0.17.1
threadpoolctl 3.2.0
tinycss2 1.2.1
torch 2.0.1
tornado 6.3.3
tox 4.11.0
tqdm 4.66.1
traitlets 5.9.0
typing_extensions 4.7.1
tzdata 2023.3
uri-template 1.3.0
urllib3 1.26.16
virtualenv 20.24.4
wcwidth 0.2.6
webcolors 1.13
webencodings 0.5.1
websocket-client 1.6.2
widgetsnbextension 4.0.8
wrapt 1.15.0
yarl 1.9.2

conda list:
# packages in environment at /Users//opt/miniconda3:
#
# Name Version Build Channel
abseil-cpp 20211102.0 he9d5cce_0
aiobotocore 2.4.2 py39hecd8cb5_0
aiohttp 3.8.3 py39h6c40b1e_0
aioitertools 0.7.1 pyhd3eb1b0_0
aiosignal 1.2.0 pyhd3eb1b0_0
anyio 3.5.0 py39hecd8cb5_0
appnope 0.1.2 py39hecd8cb5_1001
argon2-cffi 21.3.0 pyhd3eb1b0_0
argon2-cffi-bindings 21.2.0 py39hca72f7f_0
arrow-cpp 8.0.0 py39had1886b_0
asttokens 2.0.5 pyhd3eb1b0_0
async-timeout 4.0.2 py39hecd8cb5_0
attrs 22.1.0 py39hecd8cb5_0
aws-c-common 0.4.57 hb1e8313_1
aws-c-event-stream 0.1.6 h23ab428_5
aws-checksums 0.1.9 hb1e8313_0
aws-sdk-cpp 1.8.185 he271ece_0
babel 2.11.0 py39hecd8cb5_0
backcall 0.2.0 pyhd3eb1b0_0
beautifulsoup4 4.12.2 py39hecd8cb5_0
black 23.1.0 pypi_0 pypi
blas 1.0 mkl
bleach 4.1.0 pyhd3eb1b0_0
blis 0.7.9 pypi_0 pypi
boltons 23.0.0 py39hecd8cb5_0
boost-cpp 1.73.0 hca72f7f_12
botocore 1.27.59 py39hecd8cb5_0
bottleneck 1.3.5 py39h67323c0_0
brotli 1.0.9 hca72f7f_7
brotli-bin 1.0.9 hca72f7f_7
brotlipy 0.7.0 py39h9ed2024_1003
bzip2 1.0.8 h1de35cc_0
c-ares 1.19.0 h6c40b1e_0
ca-certificates 2023.05.30 hecd8cb5_0
catalogue 2.0.8 pypi_0 pypi
certifi 2023.5.7 py39hecd8cb5_0
cffi 1.15.1 py39hc55c11b_0
charset-normalizer 2.0.4 pyhd3eb1b0_0
click 8.0.4 py39hecd8cb5_0
comm 0.1.2 py39hecd8cb5_0
conda 23.5.0 py39hecd8cb5_0
conda-package-handling 2.1.0 py39hecd8cb5_0
conda-package-streaming 0.8.0 py39hecd8cb5_0
confection 0.0.4 pypi_0 pypi
contourpy 1.0.5 py39haf03e11_0
cramjam 2.6.2 py39h7242b5c_0
cryptography 39.0.1 py39hf6deb26_0
cycler 0.11.0 pyhd3eb1b0_0
cymem 2.0.7 pypi_0 pypi
dataclasses 0.8 pyh6d0b6a4_7
datasets 2.9.0 py_0 huggingface
debugpy 1.5.1 py39he9d5cce_0
decorator 5.1.1 pyhd3eb1b0_0
defusedxml 0.7.1 pyhd3eb1b0_0
dill 0.3.6 py39hecd8cb5_0
docutils 0.19 pypi_0 pypi
entrypoints 0.4 py39hecd8cb5_0
et-xmlfile 1.1.0 pypi_0 pypi
et_xmlfile 1.1.0 py39hecd8cb5_0
executing 0.8.3 pyhd3eb1b0_0
fastparquet 2023.1.0 py39h7cc1f47_0 conda-forge
ffmpeg 4.2.2 h97e5cf8_0
fftw 3.3.9 h9ed2024_1
filelock 3.9.0 py39hecd8cb5_0
fonttools 4.25.0 pyhd3eb1b0_0
freetype 2.12.1 hd8bbffd_0
frozenlist 1.3.3 py39h6c40b1e_0
fsspec 2022.11.0 py39hecd8cb5_0
fst-pso 1.8.1 pypi_0 pypi
fuzzytm 2.0.5 pypi_0 pypi
gensim 4.3.0 pypi_0 pypi
gettext 0.21.0 he85b6c0_1
gflags 2.2.2 h0a44026_0
giflib 5.2.1 h6c40b1e_3
glog 0.5.0 h23ab428_0
gmp 6.2.1 he9d5cce_3
gnutls 3.6.15 hed9c0bf_0
grpc-cpp 1.46.1 h64d96ca_1
hdf5 1.12.1 h2b2ad87_2
huggingface_hub 0.14.1 py39hecd8cb5_0
icu 58.2 h0a44026_3
idna 3.4 py39hecd8cb5_0
importlib-metadata 6.0.0 py39hecd8cb5_0
importlib_metadata 6.0.0 hd3eb1b0_0
intel-openmp 2021.4.0 hecd8cb5_3538
ipykernel 6.19.2 py39h01d92e1_0
ipython 8.12.0 py39hecd8cb5_0
ipython_genutils 0.2.0 pyhd3eb1b0_1
ipywidgets 8.0.4 pypi_0 pypi
jaraco-classes 3.2.3 pypi_0 pypi
jedi 0.18.1 py39hecd8cb5_1
jinja2 3.1.2 py39hecd8cb5_0
jmespath 0.10.0 pyhd3eb1b0_0
joblib 1.2.0 py39hecd8cb5_0
jpeg 9e h6c40b1e_1
json5 0.9.6 pyhd3eb1b0_0
jsonpatch 1.32 pyhd3eb1b0_0
jsonpointer 2.1 pyhd3eb1b0_0
jsonschema 4.17.3 py39hecd8cb5_0
jupyter_client 8.1.0 py39hecd8cb5_0
jupyter_contrib_core 0.4.0 pyhd8ed1ab_0 conda-forge
jupyter_contrib_nbextensions 0.7.0 pyhd8ed1ab_0 conda-forge
jupyter_core 5.3.0 py39hecd8cb5_0
jupyter_events 0.6.3 py39hecd8cb5_0
jupyter_highlight_selected_word 0.2.0 py39h6e9494a_1005 conda-forge
jupyter_latex_envs 1.4.6 pyhd8ed1ab_1002 conda-forge
jupyter_nbextensions_configurator 0.6.1 pyhd8ed1ab_0 conda-forge
jupyter_server 2.5.0 py39hecd8cb5_0
jupyter_server_terminals 0.4.4 py39hecd8cb5_0
jupyterlab 3.5.3 pyhd8ed1ab_0 conda-forge
jupyterlab-widgets 3.0.5 pypi_0 pypi
jupyterlab_pygments 0.1.2 py_0
jupyterlab_server 2.22.0 py39hecd8cb5_0
keyring 23.13.1 pypi_0 pypi
kiwisolver 1.4.4 py39hcec6c5f_0
krb5 1.19.4 hdba6334_0
lame 3.100 h1de35cc_0
langcodes 3.3.0 pypi_0 pypi
lcms2 2.12 hf1fd2bf_0
lerc 3.0 he9d5cce_0
libboost 1.73.0 h3fa6bed_12
libbrotlicommon 1.0.9 hca72f7f_7
libbrotlidec 1.0.9 hca72f7f_7
libbrotlienc 1.0.9 hca72f7f_7
libcurl 7.88.1 ha585b31_0
libcxx 14.0.6 h9765a3e_0
libdeflate 1.17 hb664fd8_0
libedit 3.1.20221030 h6c40b1e_0
libev 4.33 h9ed2024_1
libevent 2.1.12 h0a4fc7d_0
libffi 3.3 hb1e8313_2
libgfortran 5.0.0 11_3_0_hecd8cb5_28
libgfortran5 11.3.0 h9dfd629_28
libiconv 1.16 hca72f7f_2
libidn2 2.3.4 h6c40b1e_0
libnghttp2 1.46.0 ha29bfda_0
libopus 1.3.1 h1de35cc_0
libpng 1.6.39 h6c40b1e_0
libprotobuf 3.20.3 hfff2838_0
libsodium 1.0.18 h1de35cc_0
libssh2 1.10.0 h0a4fc7d_0
libtasn1 4.19.0 h6c40b1e_0
libthrift 0.15.0 h054ceb0_0
libtiff 4.5.0 hcec6c5f_2
libunistring 0.9.10 h9ed2024_0
libvpx 1.7.0 h378b8a2_0
libwebp 1.2.4 hf6ce154_1
libwebp-base 1.2.4 h6c40b1e_1
libxml2 2.10.3 h930c0e2_0
libxslt 1.1.37 h6d1eb0e_0
llvm-openmp 14.0.6 h0dcd299_0
lxml 4.9.2 py39h6c40b1e_0
lz4-c 1.9.4 hcec6c5f_0
markdown-it-py 2.1.0 pypi_0 pypi
markupsafe 2.1.1 py39hca72f7f_0
matplotlib 3.6.2 py39hecd8cb5_0
matplotlib-base 3.6.2 py39h220de94_0
matplotlib-inline 0.1.6 py39hecd8cb5_0
mdurl 0.1.2 pypi_0 pypi
miniful 0.0.6 pypi_0 pypi
mistune 0.8.4 py39h9ed2024_1000
mkl 2021.4.0 hecd8cb5_637
mkl-service 2.4.0 py39h9ed2024_0
mkl_fft 1.3.1 py39h4ab4a9b_0
mkl_random 1.2.2 py39hb2f4e1b_0
more-itertools 9.0.0 pypi_0 pypi
multidict 6.0.2 py39hca72f7f_0
multiprocess 0.70.14 py39hecd8cb5_0
munkres 1.1.4 py_0
murmurhash 1.0.9 pypi_0 pypi
mypy-extensions 1.0.0 pypi_0 pypi
nbclassic 0.5.5 py39hecd8cb5_0
nbclient 0.5.13 py39hecd8cb5_0
nbconvert 6.4.3 pypi_0 pypi
nbformat 5.7.0 py39hecd8cb5_0
ncurses 6.4 hcec6c5f_0
nest-asyncio 1.5.6 py39hecd8cb5_0
nettle 3.7.3 h230ac6f_1
notebook 6.5.4 py39hecd8cb5_0
notebook-shim 0.2.2 py39hecd8cb5_0
numexpr 2.8.4 py39he696674_0
numpy 1.23.5 py39he696674_0
numpy-base 1.23.5 py39h9cd3388_0
openh264 2.1.1 h8346a28_0
openpyxl 3.1.0 pypi_0 pypi
openssl 1.1.1t hca72f7f_0
orc 1.7.4 h995b336_1
packaging 23.0 py39hecd8cb5_0
pandas 1.5.2 py39h07fba90_0
pandocfilters 1.5.0 pyhd3eb1b0_0
parso 0.8.3 pyhd3eb1b0_0
pathspec 0.11.0 pypi_0 pypi
pathy 0.10.1 pypi_0 pypi
pexpect 4.8.0 pyhd3eb1b0_3
pickleshare 0.7.5 pyhd3eb1b0_1003
pillow 9.3.0 py39hcec6c5f_2
pip 23.0.1 py39hecd8cb5_0
pkginfo 1.9.6 pypi_0 pypi
platformdirs 2.5.2 py39hecd8cb5_0
pluggy 1.0.0 py39hecd8cb5_1
preshed 3.0.8 pypi_0 pypi
prometheus_client 0.14.1 py39hecd8cb5_0
prompt-toolkit 3.0.36 py39hecd8cb5_0
protobuf 3.20.3 py39hcec6c5f_0
psutil 5.9.0 py39hca72f7f_0
ptyprocess 0.7.0 pyhd3eb1b0_2
pure_eval 0.2.2 pyhd3eb1b0_0
pyaml 21.10.1 pypi_0 pypi
pyarrow 8.0.0 py39h2202ef3_0
pycosat 0.6.4 py39hca72f7f_0
pycparser 2.21 pyhd3eb1b0_0
pydantic 1.10.4 pypi_0 pypi
pyfume 0.2.25 pypi_0 pypi
pygments 2.14.0 pypi_0 pypi
pyopenssl 23.0.0 py39hecd8cb5_0
pyparsing 3.0.9 py39hecd8cb5_0
pyrsistent 0.18.0 py39hca72f7f_0
pysocks 1.7.1 py39hecd8cb5_0
python 3.9.13 hdfd78df_2
python-dateutil 2.8.2 pyhd3eb1b0_0
python-fastjsonschema 2.16.2 py39hecd8cb5_0
python-json-logger 2.0.7 py39hecd8cb5_0
python-xxhash 2.0.2 py39hca72f7f_1
python.app 3 py39h9ed2024_0
python_abi 3.9 2_cp39 conda-forge
pytorch 1.13.1 py3.9_0 pytorch
pytz 2022.7 py39hecd8cb5_0
pyyaml 6.0 py39h6c40b1e_1
pyzmq 25.0.2 py39hcec6c5f_0
re2 2022.04.01 he9d5cce_0
readline 8.2 hca72f7f_0
readme-renderer 37.3 pypi_0 pypi
regex 2022.7.9 py39hca72f7f_0
requests 2.29.0 py39hecd8cb5_0
requests-toolbelt 0.10.1 pypi_0 pypi
rfc3339-validator 0.1.4 py39hecd8cb5_0
rfc3986 2.0.0 pypi_0 pypi
rfc3986-validator 0.1.1 py39hecd8cb5_0
rich 13.3.1 pypi_0 pypi
ruamel.yaml 0.17.21 py39hca72f7f_0
ruamel.yaml.clib 0.2.6 py39hca72f7f_1
s3fs 2022.11.0 py39hecd8cb5_0
sacremoses 0.0.43 pyhd3eb1b0_0
scikit-learn 1.2.0 py39hcec6c5f_1
scipy 1.9.3 py39h3d31255_0
send2trash 1.8.0 pyhd3eb1b0_1
setuptools 67.8.0 py39hecd8cb5_0
simpful 2.9.0 pypi_0 pypi
six 1.16.0 pyhd3eb1b0_1
smart-open 6.3.0 pypi_0 pypi
snappy 1.1.9 he9d5cce_0
sniffio 1.2.0 py39hecd8cb5_1
soupsieve 2.4 py39hecd8cb5_0
spacy 3.5.0 pypi_0 pypi
spacy-legacy 3.0.12 pypi_0 pypi
spacy-loggers 1.0.4 pypi_0 pypi
sqlite 3.41.2 h6c40b1e_0
srsly 2.4.5 pypi_0 pypi
stack_data 0.2.0 pyhd3eb1b0_0
terminado 0.17.1 py39hecd8cb5_0
testpath 0.6.0 pypi_0 pypi
thinc 8.1.7 pypi_0 pypi
threadpoolctl 2.2.0 pyh0d69192_0
tinycss2 1.2.1 py39hecd8cb5_0
tk 8.6.12 h5d9f67b_0
tokenizers 0.11.4 py39h8776b5c_1
tomli 2.0.1 py39hecd8cb5_0
toolz 0.12.0 py39hecd8cb5_0
torchaudio 0.13.1 py39_cpu pytorch
torchvision 0.14.1 py39_cpu pytorch
tornado 6.2 py39hca72f7f_0
tqdm 4.65.0 py39h01d92e1_0
traitlets 5.7.1 py39hecd8cb5_0
transformers 4.26.0 py_0 huggingface
twine 4.0.2 pypi_0 pypi
typer 0.7.0 pypi_0 pypi
typing-extensions 4.5.0 py39hecd8cb5_0
typing_extensions 4.5.0 py39hecd8cb5_0
tzdata 2023c h04d1e81_0
urllib3 1.26.15 py39hecd8cb5_0
utf8proc 2.6.1 h9ed2024_0
wasabi 1.1.1 pypi_0 pypi
wcwidth 0.2.5 pyhd3eb1b0_0
webencodings 0.5.1 py39hecd8cb5_1
websocket-client 0.58.0 py39hecd8cb5_4
wheel 0.38.4 py39hecd8cb5_0
widgetsnbextension 4.0.5 pypi_0 pypi
wrapt 1.14.1 py39hca72f7f_0
x264 1!157.20191217 h1de35cc_0
xxhash 0.8.0 h9ed2024_3
xz 5.4.2 h6c40b1e_0
yaml 0.2.5 haf1e3a3_0
yarl 1.8.1 py39hca72f7f_0
zeromq 4.3.4 h23ab428_0
zipp 3.11.0 py39hecd8cb5_0
zlib 1.2.13 h4dc903c_0
zstandard 0.19.0 py39h6c40b1e_0
zstd 1.5.5 hc035e20_0

conda env:
name: base
channels:
- pytorch
- conda-forge
- huggingface
- defaults
dependencies:
- abseil-cpp=20211102.0=he9d5cce_0
- aiobotocore=2.4.2=py39hecd8cb5_0
- aiohttp=3.8.3=py39h6c40b1e_0
- aioitertools=0.7.1=pyhd3eb1b0_0
- aiosignal=1.2.0=pyhd3eb1b0_0
- anyio=3.5.0=py39hecd8cb5_0
- appnope=0.1.2=py39hecd8cb5_1001
- argon2-cffi=21.3.0=pyhd3eb1b0_0
- argon2-cffi-bindings=21.2.0=py39hca72f7f_0
- arrow-cpp=8.0.0=py39had1886b_0
- asttokens=2.0.5=pyhd3eb1b0_0
- async-timeout=4.0.2=py39hecd8cb5_0
- attrs=22.1.0=py39hecd8cb5_0
- aws-c-common=0.4.57=hb1e8313_1
- aws-c-event-stream=0.1.6=h23ab428_5
- aws-checksums=0.1.9=hb1e8313_0
- aws-sdk-cpp=1.8.185=he271ece_0
- babel=2.11.0=py39hecd8cb5_0
- backcall=0.2.0=pyhd3eb1b0_0
- beautifulsoup4=4.12.2=py39hecd8cb5_0
- blas=1.0=mkl
- bleach=4.1.0=pyhd3eb1b0_0
- boltons=23.0.0=py39hecd8cb5_0
- boost-cpp=1.73.0=hca72f7f_12
- botocore=1.27.59=py39hecd8cb5_0
- bottleneck=1.3.5=py39h67323c0_0
- brotli=1.0.9=hca72f7f_7
- brotli-bin=1.0.9=hca72f7f_7
- brotlipy=0.7.0=py39h9ed2024_1003
- bzip2=1.0.8=h1de35cc_0
- c-ares=1.19.0=h6c40b1e_0
- ca-certificates=2023.05.30=hecd8cb5_0
- certifi=2023.5.7=py39hecd8cb5_0
- cffi=1.15.1=py39hc55c11b_0
- charset-normalizer=2.0.4=pyhd3eb1b0_0
- click=8.0.4=py39hecd8cb5_0
- comm=0.1.2=py39hecd8cb5_0
- conda=23.5.0=py39hecd8cb5_0
- conda-package-handling=2.1.0=py39hecd8cb5_0
- conda-package-streaming=0.8.0=py39hecd8cb5_0
- contourpy=1.0.5=py39haf03e11_0
- cramjam=2.6.2=py39h7242b5c_0
- cryptography=39.0.1=py39hf6deb26_0
- cycler=0.11.0=pyhd3eb1b0_0
- dataclasses=0.8=pyh6d0b6a4_7
- datasets=2.9.0=py_0
- debugpy=1.5.1=py39he9d5cce_0
- decorator=5.1.1=pyhd3eb1b0_0
- defusedxml=0.7.1=pyhd3eb1b0_0
- dill=0.3.6=py39hecd8cb5_0
- entrypoints=0.4=py39hecd8cb5_0
- et_xmlfile=1.1.0=py39hecd8cb5_0
- executing=0.8.3=pyhd3eb1b0_0
- fastparquet=2023.1.0=py39h7cc1f47_0
- ffmpeg=4.2.2=h97e5cf8_0
- fftw=3.3.9=h9ed2024_1
- filelock=3.9.0=py39hecd8cb5_0
- fonttools=4.25.0=pyhd3eb1b0_0
- freetype=2.12.1=hd8bbffd_0
- frozenlist=1.3.3=py39h6c40b1e_0
- fsspec=2022.11.0=py39hecd8cb5_0
- gettext=0.21.0=he85b6c0_1
- gflags=2.2.2=h0a44026_0
- giflib=5.2.1=h6c40b1e_3
- glog=0.5.0=h23ab428_0
- gmp=6.2.1=he9d5cce_3
- gnutls=3.6.15=hed9c0bf_0
- grpc-cpp=1.46.1=h64d96ca_1
- hdf5=1.12.1=h2b2ad87_2
- huggingface_hub=0.14.1=py39hecd8cb5_0
- icu=58.2=h0a44026_3
- idna=3.4=py39hecd8cb5_0
- importlib-metadata=6.0.0=py39hecd8cb5_0
- importlib_metadata=6.0.0=hd3eb1b0_0
- intel-openmp=2021.4.0=hecd8cb5_3538
- ipykernel=6.19.2=py39h01d92e1_0
- ipython=8.12.0=py39hecd8cb5_0
- ipython_genutils=0.2.0=pyhd3eb1b0_1
- jedi=0.18.1=py39hecd8cb5_1
- jinja2=3.1.2=py39hecd8cb5_0
- jmespath=0.10.0=pyhd3eb1b0_0
- joblib=1.2.0=py39hecd8cb5_0
- jpeg=9e=h6c40b1e_1
- json5=0.9.6=pyhd3eb1b0_0
- jsonpatch=1.32=pyhd3eb1b0_0
- jsonpointer=2.1=pyhd3eb1b0_0
- jsonschema=4.17.3=py39hecd8cb5_0
- jupyter_client=8.1.0=py39hecd8cb5_0
- jupyter_contrib_core=0.4.0=pyhd8ed1ab_0
- jupyter_contrib_nbextensions=0.7.0=pyhd8ed1ab_0
- jupyter_core=5.3.0=py39hecd8cb5_0
- jupyter_events=0.6.3=py39hecd8cb5_0
- jupyter_highlight_selected_word=0.2.0=py39h6e9494a_1005
- jupyter_latex_envs=1.4.6=pyhd8ed1ab_1002
- jupyter_nbextensions_configurator=0.6.1=pyhd8ed1ab_0
- jupyter_server=2.5.0=py39hecd8cb5_0
- jupyter_server_terminals=0.4.4=py39hecd8cb5_0
- jupyterlab=3.5.3=pyhd8ed1ab_0
- jupyterlab_pygments=0.1.2=py_0
- jupyterlab_server=2.22.0=py39hecd8cb5_0
- kiwisolver=1.4.4=py39hcec6c5f_0
- krb5=1.19.4=hdba6334_0
- lame=3.100=h1de35cc_0
- lcms2=2.12=hf1fd2bf_0
- lerc=3.0=he9d5cce_0
- libboost=1.73.0=h3fa6bed_12
- libbrotlicommon=1.0.9=hca72f7f_7
- libbrotlidec=1.0.9=hca72f7f_7
- libbrotlienc=1.0.9=hca72f7f_7
- libcurl=7.88.1=ha585b31_0
- libcxx=14.0.6=h9765a3e_0
- libdeflate=1.17=hb664fd8_0
- libedit=3.1.20221030=h6c40b1e_0
- libev=4.33=h9ed2024_1
- libevent=2.1.12=h0a4fc7d_0
- libffi=3.3=hb1e8313_2
- libgfortran=5.0.0=11_3_0_hecd8cb5_28
- libgfortran5=11.3.0=h9dfd629_28
- libiconv=1.16=hca72f7f_2
- libidn2=2.3.4=h6c40b1e_0
- libnghttp2=1.46.0=ha29bfda_0
- libopus=1.3.1=h1de35cc_0
- libpng=1.6.39=h6c40b1e_0
- libprotobuf=3.20.3=hfff2838_0
- libsodium=1.0.18=h1de35cc_0
- libssh2=1.10.0=h0a4fc7d_0
- libtasn1=4.19.0=h6c40b1e_0
- libthrift=0.15.0=h054ceb0_0
- libtiff=4.5.0=hcec6c5f_2
- libunistring=0.9.10=h9ed2024_0
- libvpx=1.7.0=h378b8a2_0
- libwebp=1.2.4=hf6ce154_1
- libwebp-base=1.2.4=h6c40b1e_1
- libxml2=2.10.3=h930c0e2_0
- libxslt=1.1.37=h6d1eb0e_0
- llvm-openmp=14.0.6=h0dcd299_0
- lxml=4.9.2=py39h6c40b1e_0
- lz4-c=1.9.4=hcec6c5f_0
- markupsafe=2.1.1=py39hca72f7f_0
- matplotlib=3.6.2=py39hecd8cb5_0
- matplotlib-base=3.6.2=py39h220de94_0
- matplotlib-inline=0.1.6=py39hecd8cb5_0
- mistune=0.8.4=py39h9ed2024_1000
- mkl=2021.4.0=hecd8cb5_637
- mkl-service=2.4.0=py39h9ed2024_0
- mkl_fft=1.3.1=py39h4ab4a9b_0
- mkl_random=1.2.2=py39hb2f4e1b_0
- multidict=6.0.2=py39hca72f7f_0
- multiprocess=0.70.14=py39hecd8cb5_0
- munkres=1.1.4=py_0
- nbclassic=0.5.5=py39hecd8cb5_0
- nbclient=0.5.13=py39hecd8cb5_0
- nbformat=5.7.0=py39hecd8cb5_0
- ncurses=6.4=hcec6c5f_0
- nest-asyncio=1.5.6=py39hecd8cb5_0
- nettle=3.7.3=h230ac6f_1
- notebook=6.5.4=py39hecd8cb5_0
- notebook-shim=0.2.2=py39hecd8cb5_0
- numexpr=2.8.4=py39he696674_0
- numpy=1.23.5=py39he696674_0
- numpy-base=1.23.5=py39h9cd3388_0
- openh264=2.1.1=h8346a28_0
- openssl=1.1.1t=hca72f7f_0
- orc=1.7.4=h995b336_1
- packaging=23.0=py39hecd8cb5_0
- pandas=1.5.2=py39h07fba90_0
- pandocfilters=1.5.0=pyhd3eb1b0_0
- parso=0.8.3=pyhd3eb1b0_0
- pexpect=4.8.0=pyhd3eb1b0_3
- pickleshare=0.7.5=pyhd3eb1b0_1003
- pillow=9.3.0=py39hcec6c5f_2
- pip=23.0.1=py39hecd8cb5_0
- platformdirs=2.5.2=py39hecd8cb5_0
- pluggy=1.0.0=py39hecd8cb5_1
- prometheus_client=0.14.1=py39hecd8cb5_0
- prompt-toolkit=3.0.36=py39hecd8cb5_0
- protobuf=3.20.3=py39hcec6c5f_0
- psutil=5.9.0=py39hca72f7f_0
- ptyprocess=0.7.0=pyhd3eb1b0_2
- pure_eval=0.2.2=pyhd3eb1b0_0
- pyarrow=8.0.0=py39h2202ef3_0
- pycosat=0.6.4=py39hca72f7f_0
- pycparser=2.21=pyhd3eb1b0_0
- pyopenssl=23.0.0=py39hecd8cb5_0
- pyparsing=3.0.9=py39hecd8cb5_0
- pyrsistent=0.18.0=py39hca72f7f_0
- pysocks=1.7.1=py39hecd8cb5_0
- python=3.9.13=hdfd78df_2
- python-dateutil=2.8.2=pyhd3eb1b0_0
- python-fastjsonschema=2.16.2=py39hecd8cb5_0
- python-json-logger=2.0.7=py39hecd8cb5_0
- python-xxhash=2.0.2=py39hca72f7f_1
- python.app=3=py39h9ed2024_0
- python_abi=3.9=2_cp39
- pytorch=1.13.1=py3.9_0
- pytz=2022.7=py39hecd8cb5_0
- pyyaml=6.0=py39h6c40b1e_1
- pyzmq=25.0.2=py39hcec6c5f_0
- re2=2022.04.01=he9d5cce_0
- readline=8.2=hca72f7f_0
- regex=2022.7.9=py39hca72f7f_0
- requests=2.29.0=py39hecd8cb5_0
- rfc3339-validator=0.1.4=py39hecd8cb5_0
- rfc3986-validator=0.1.1=py39hecd8cb5_0
- ruamel.yaml=0.17.21=py39hca72f7f_0
- ruamel.yaml.clib=0.2.6=py39hca72f7f_1
- s3fs=2022.11.0=py39hecd8cb5_0
- sacremoses=0.0.43=pyhd3eb1b0_0
- scikit-learn=1.2.0=py39hcec6c5f_1
- scipy=1.9.3=py39h3d31255_0
- send2trash=1.8.0=pyhd3eb1b0_1
- setuptools=67.8.0=py39hecd8cb5_0
- six=1.16.0=pyhd3eb1b0_1
- snappy=1.1.9=he9d5cce_0
- sniffio=1.2.0=py39hecd8cb5_1
- soupsieve=2.4=py39hecd8cb5_0
- sqlite=3.41.2=h6c40b1e_0
- stack_data=0.2.0=pyhd3eb1b0_0
- terminado=0.17.1=py39hecd8cb5_0
- threadpoolctl=2.2.0=pyh0d69192_0
- tinycss2=1.2.1=py39hecd8cb5_0
- tk=8.6.12=h5d9f67b_0
- tokenizers=0.11.4=py39h8776b5c_1
- tomli=2.0.1=py39hecd8cb5_0
- toolz=0.12.0=py39hecd8cb5_0
- torchaudio=0.13.1=py39_cpu
- torchvision=0.14.1=py39_cpu
- tornado=6.2=py39hca72f7f_0
- tqdm=4.65.0=py39h01d92e1_0
- traitlets=5.7.1=py39hecd8cb5_0
- transformers=4.26.0=py_0
- typing-extensions=4.5.0=py39hecd8cb5_0
- typing_extensions=4.5.0=py39hecd8cb5_0
- tzdata=2023c=h04d1e81_0
- urllib3=1.26.15=py39hecd8cb5_0
- utf8proc=2.6.1=h9ed2024_0
- wcwidth=0.2.5=pyhd3eb1b0_0
- webencodings=0.5.1=py39hecd8cb5_1
- websocket-client=0.58.0=py39hecd8cb5_4
- wheel=0.38.4=py39hecd8cb5_0
- wrapt=1.14.1=py39hca72f7f_0
- x264=1!157.20191217=h1de35cc_0
- xxhash=0.8.0=h9ed2024_3
- xz=5.4.2=h6c40b1e_0
- yaml=0.2.5=haf1e3a3_0
- yarl=1.8.1=py39hca72f7f_0
- zeromq=4.3.4=h23ab428_0
- zipp=3.11.0=py39hecd8cb5_0
- zlib=1.2.13=h4dc903c_0
- zstandard=0.19.0=py39h6c40b1e_0
- zstd=1.5.5=hc035e20_0
- pip:
- black==23.1.0
- blis==0.7.9
- catalogue==2.0.8
- confection==0.0.4
- cymem==2.0.7
- docutils==0.19
- et-xmlfile==1.1.0
- fst-pso==1.8.1
- fuzzytm==2.0.5
- gensim==4.3.0
- ipywidgets==8.0.4
- jaraco-classes==3.2.3
- jupyterlab-widgets==3.0.5
- keyring==23.13.1
- langcodes==3.3.0
- markdown-it-py==2.1.0
- mdurl==0.1.2
- miniful==0.0.6
- more-itertools==9.0.0
- murmurhash==1.0.9
- mypy-extensions==1.0.0
- nbconvert==6.4.3
- openpyxl==3.1.0
- pathspec==0.11.0
- pathy==0.10.1
- pkginfo==1.9.6
- preshed==3.0.8
- pyaml==21.10.1
- pydantic==1.10.4
- pyfume==0.2.25
- pygments==2.14.0
- readme-renderer==37.3
- requests-toolbelt==0.10.1
- rfc3986==2.0.0
- rich==13.3.1
- simpful==2.9.0
- smart-open==6.3.0
- spacy==3.5.0
- spacy-legacy==3.0.12
- spacy-loggers==1.0.4
- srsly==2.4.5
- testpath==0.6.0
- thinc==8.1.7
- twine==4.0.2
- typer==0.7.0
- wasabi==1.1.1
- widgetsnbextension==4.0.5
prefix: /Users//opt/miniconda3

Additional Context

When I try activating nbextensions_configurator using the command line, I get:

jupyter nbextensions_configurator enable
Traceback (most recent call last):
  ...
ModuleNotFoundError: No module named 'notebook.base'

My package versions are as follows:

  • Python 3.11.5
  • pip 23.2.1
  • notebook 7.0.3
  • jupyter 1.0.0
  • jupyter_client 8.3.1
  • jupyter_console 6.6.3
  • jupyter-contrib-core 0.4.2
  • jupyter-contrib-nbextensions 0.7.0
  • jupyter_core 5.3.1
  • jupyter-events 0.7.0
  • jupyter-highlight-selected-word 0.2.0
  • jupyter-lsp 2.2.0
  • jupyter-nbextensions-configurator 0.6.3
  • jupyter_server 2.7.2
  • jupyter_server_terminals 0.4.4
  • jupyterlab 4.0.5
  • jupyterlab-pygments 0.2.2
  • jupyterlab_server 2.24.0
  • jupyterlab-widgets 3.0.8
@othrif othrif added the bug label Sep 1, 2023
@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to new issues that need triage label Sep 1, 2023
@welcome
Copy link

welcome bot commented Sep 1, 2023

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@JasonWeill
Copy link
Contributor

After discussion with @RRosio during triage, this may be an issue with nbclassic. We noticed you're using version 0.5.5 of nbclassic, which is older than the current version of 1.0.0. If you upgrade nbclassic, do you still see this error? If so, this might be an error in nbclassic instead of JupyterLab. Thanks for your contribution @othrif !

@JasonWeill
Copy link
Contributor

@othrif Notebook 7 is incompatible with the configurator, but there is a PR: Jupyter-contrib/jupyter_nbextensions_configurator#166 that allows some functionality when both nbclassic and notebook 7 are running.

Closing this issue in favor of the pull request mentioned above. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Needs Info status:Needs Triage Applied to new issues that need triage
Projects
None yet
Development

No branches or pull requests

2 participants