matplotlib JavaScript错误:IPython在Backtrader中没有在WebyterLab 3.2中定义

qmelpv7a  于 11个月前  发布在  Java
关注(0)|答案(1)|浏览(145)

我尝试了这篇文章中的所有解决方案:
Javascript Error: IPython is not defined in JupyterLab
然而,在jupyterLab 3.3.2中收到相同的错误(但它在VScode中正常工作)。任何都将受到赞赏。

cbwuti44

cbwuti441#

有同样的问题,我有juypter和笔记本:

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

字符串
然后重新安装

pip install notebook
    pip install jupyter


神奇的是,它工作了,ipywidgets现在在notebook中工作了

相关问题