简体   繁体   English

jupyter实验室坏了,我该如何解决?

[英]jupyter lab is broken how can I fix it?

I can't figure out why jupyter-lab is not working. 我不知道为什么jupyter-lab无法正常工作。 something is broken and don't know where. 东西坏了,不知道在哪里。 I have searched the web for this and can't find a solution. 我已经在网上搜索了此内容,但找不到解决方案。 COuld you please help. 能否请你帮忙。 Appreciate it. 欣赏它。

E:\\gitrepos>jupyter lab E:\\ gitrepos> jupyter实验室

`Traceback (most recent call last):
  File "E:\anaconda3\Scripts\jupyter-lab-script.py", line 3, in <module>
    import jupyterlab.labapp
  File "E:\anaconda3\lib\site-packages\jupyterlab\labapp.py", line 7, in <module>
    from notebook.notebookapp import NotebookApp, aliases, flags
  File "C:\Users\Dario.Romero\AppData\Roaming\Python\Python35\site-packages\notebook\notebookapp.py", line 78, in <module>
    from .services.kernels.kernelmanager import MappingKernelManager
  File "C:\Users\Dario.Romero\AppData\Roaming\Python\Python35\site-packages\notebook\services\kernels\kernelmanager.py", line 19, in <module>
    from jupyter_client.session import Session
  File "E:\anaconda3\lib\site-packages\jupyter_client\session.py", line 61, in <module>
    from jupyter_client.jsonutil import extract_dates, squash_dates, date_default
  File "E:\anaconda3\lib\site-packages\jupyter_client\jsonutil.py", line 11, in <module>
    from dateutil.parser import parse as _dateutil_parse
ImportError: No module named 'dateutil.parser'`

You need to install the dateutil library: https://pypi.python.org/pypi/python-dateutil/ 您需要安装dateutil库: https : dateutil

(If you used a package manager, the dependencies for JupyterLab should already have been installed. If you didn't, then you will need to install the dependencies yourself.) (如果使用了程序包管理器,则应该已经安装了JupyterLab的依赖项。如果没有安装,则需要自己安装依赖项。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何解决 Jupyter Lab 中的 ModuleNotFoundError? - How can I solve ModuleNotFoundError in Jupyter Lab? LaTeX 渲染在 Jupyter 实验室中损坏 - LaTeX rendering broken in Jupyter Lab 带有 SSH 隧道的 Jupyter Lab 无法正常工作 - 如何修复? - Jupyter Lab with SSH tunnel dosent work - how to fix? Octave kernel 总是很忙或坏了 jupyter 实验室 - Octave kernel is always busy or broken jupyter lab 如何在 Jupyter 实验室/笔记本中使用交换空间/虚拟 RAM? - How can I make use of swap space/virtual RAM in Jupyter lab/notebook? 如何在 Jupyter Notebook 中创建此模块? ('lab_utils_uni') - How can I create this module in Jupyter Notebook? ('lab_utils_uni') 如何使用 Python 3.7 或更高版本查看 Jupyter Lab 中所有已安装的 Python 模块(如 pip freeze)? - How can I see all installed Python modules in Jupyter Lab (like pip freeze) with Python 3.7 or newer? 如何在 Jupyter Lab 的“将笔记本导出为...”菜单上获得“将笔记本导出为 Html_toc”选项? - How can I get the option 'Export Notebook to Html_toc' on the 'Export Notebook as…' menu in Jupyter Lab? 如何使用“Jupyter Lab”运行流线型 web 应用程序? - How do I use "Jupyter Lab" to run the streamlit web app? Jupyter 实验室提示输入令牌; 我怎么找到它? - Jupyter lab prompts for token; how do I find it?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM