当前位置:   article > 正文

浅谈 jupyte notebook_c.notebookapp.notebook_dir indentationerror: unexp

c.notebookapp.notebook_dir indentationerror: unexpected indent

1.jupyte notebook是什么?

jupyte notebook是一个写程序的东西,像pycharm,idea一样可以写程序并运行,不过这最大的特点是在网页上运行,是的在网页上在你手机上也能写程序,不用下载软件。

2.安装使用

条件一样,要python3和pip

使用cmd指令

pip3 install jupyter

就能安装 

3.修改配置文件

使用

jupyter notebook --generate-config

就能生成配置文件,再使用就问你是否覆盖(使用默认的覆盖),

生成后会出现路径,即配置文件的路径,进入使用note++打开修改配置文件

注:修改配置文件见其他博主

要注意的是配置文件是用python脚本写的,注意python的语法和缩进,我之前就是去了注释后没删除缩进导致配置文件出错。

  1. [E 15:32:20.568 NotebookApp] Exception while loading config file C:\Users\lalala\.jupyter\jupyter_notebook_config.py
  2. Traceback (most recent call last):
  3. File "c:\python\lib\site-packages\traitlets\config\application.py", line 738, in _load_config_files
  4. config = loader.load_config()
  5. File "c:\python\lib\site-packages\traitlets\config\loader.py", line 614, in load_config
  6. self._read_file_as_dict()
  7. File "c:\python\lib\site-packages\traitlets\config\loader.py", line 646, in _read_file_as_dict
  8. exec(compile(f.read(), conf_filename, 'exec'), namespace, namespace)
  9. File "C:\Users\lalala\.jupyter\jupyter_notebook_config.py", line 297
  10. c.NotebookApp.ip = '*'
  11. IndentationError: unexpected indent

即 IndentationError: unexpected indent

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/244919
推荐阅读
  

闽ICP备14008679号