5

I tried every solution in this post:

Javascript Error: IPython is not defined in JupyterLab

yet, receive the same error in jupyterLab 3.3.2 (but it properly worked in VScode). Any would be appreciated.

1 Answer 1

0

Had same issue, I have uninstalled juypter and notebooks:

    pip install pip-autoremove
    pip-autoremove jupyter -y

    python -m pip uninstall -y jupyter jupyter_core jupyter-client jupyter-console jupyterlab_pygments notebook qtconsole nbconvert nbformat jupyterlab-widgets nbclient jupyter-server-mathjax jupyterlab-code-formatter jupyterlab-lsp nbclassic nbdime jupyterlab-git

and then installed again

    pip install notebook
    pip install jupyter

Magically it worked and the ipywidgets work in the notebook now

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.