This is a completely offline environment
I'm having an issue with jupyter notebooks.
When running jupyter nbconvert --execute (file path) I receive one error
Anaconda3\lib\site-packages\zmq\backend\cffi__pycache___cffi_ext.c(213): fatal error C1083: Cannot open include file: 'sys/un.h': No such file or directory
and another error...
ImportError:
nbconvert --executerequires the jupyter_client package:pip install jupyter_client
I already have the jupyter_client package installed so i'm not sure why this error is occurring.
Comments
Post a Comment