моя тетрадь jupyter не открывается с помощью приглашения anaconda ...
я использую windows 10 os и среду анаконды ..
Я не могу открыть свою тетрадь jupyter
(tf1) C:\Users\Himanshu>jupyter notebook
b'\\\x00P\x00y\x00t\x00h\x00o\x00n\x003\x007\x00-\x003\x002\x00\\\x00S\x00c\x00r\x00i\x00p\x00t\x00s\x00 \x00w\x00a\x00s\x00 \x00u\x00n\x00e\x00x\x00p\x00e\x00c\x00t\x00e\x00d\x00 \x00a\x00t\x00 \x00t\x00h\x00i\x00s\x00 \x00t\x00i\x00m\x00e\x00.\x00\r\x00\n\x00'
_cffi_ext.c
anaconda3\lib\site-packages\zmq\backend\cffi\__pycache__\_cffi_ext.c(266): fatal error C1083: Cannot open include file: 'sys/un.h': No such file or directory
Traceback (most recent call last):
File "c:\users\himanshu\anaconda3\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\himanshu\anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\Himanshu\AppData\Roaming\Python\Python37\Scripts\jupyter-notebook.EXE\__main__.py", line 4, in <module>
File "C:\Users\Himanshu\AppData\Roaming\Python\Python37\site-packages\notebook\notebookapp.py", line 42, in <module>
from zmq.eventloop import ioloop
File "c:\users\himanshu\anaconda3\lib\site-packages\zmq\__init__.py", line 47, in <module>
from zmq import backend
File "c:\users\himanshu\anaconda3\lib\site-packages\zmq\backend\__init__.py", line 40, in <module>
reraise(*exc_info)
File "c:\users\himanshu\anaconda3\lib\site-packages\zmq\utils\sixcerpt.py", line 34, in reraise
raise value
File "c:\users\himanshu\anaconda3\lib\site-packages\zmq\backend\__init__.py", line 27, in <module>
_ns = select_backend(first)
File "c:\users\himanshu\anaconda3\lib\site-packages\zmq\backend\select.py", line 28, in select_backend
mod = __import__(name, fromlist=public_api)
File "c:\users\himanshu\anaconda3\lib\site-packages\zmq\backend\cython\__init__.py", line 6, in <module>
from . import (constants, error, message, context,
ImportError: DLL load failed: The specified module could not be found.