Traceback (most recent call last): File "/home/users/x/miniconda3/lib/python3.7/site-packages/traitlets/traitlets.py", line 528, in get value = obj._trait_values[self.name] KeyError: 'allow_remote_access' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/users/x/miniconda3/lib/python3.7/site-packages/notebook/notebookapp.py", line 869, in _default_allow_remote addr = ipaddress.ip_address(self.ip) File "/home/users/x/miniconda3/lib/python3.7/ipaddress.py", line 54, in ip_address address) ValueError: '' does not appear to be an IPv4 or IPv6 address During handling of the above exception, another exception occurred:
https://forums.fast.ai/t/error-while-trying-to-open-jupyter-notebook-in-paperspace/22634
本文详细记录了在尝试配置Jupyter Notebook允许远程访问时遇到的错误过程及解决办法。错误主要源于配置文件中'allow_remote_access'键值缺失和IP地址识别失败。文章提供了错误追踪的详细堆栈信息,并附上了可能的解决方案链接。
808

被折叠的 条评论
为什么被折叠?



