Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

ImportError: nbconvert --execute requires the jupyter_client package: 'pip install jupyter_client'

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 --execute requires 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