Zend certified PHP/Magento developer

I’m having trouble trying to open jupyter notebook

I’m starting to work on Anaconda and I can´t open the jupyter notebook.
When I try it, it gives out a application launch error, saying the following:

Traceback (most recent call last):
File “C:UserspcAnaconda3Scriptsjupyter-notebook-script.py”, line 6, in
from notebook.notebookapp import main
File “C:UserspcAppDataRoamingPythonPython37site-packagesnotebooknotebookapp.py”, line 47, in
from zmq.eventloop import ioloop
File “C:UserspcAppDataRoamingPythonPython37site-packageszmq__init__.py”, line 47, in
from zmq import backend
File “C:UserspcAppDataRoamingPythonPython37site-packageszmqbackend__init__.py”, line 40, in
reraise(*exc_info)
File “C:UserspcAppDataRoamingPythonPython37site-packageszmqutilssixcerpt.py”, line 34, in reraise
raise value
File “C:UserspcAppDataRoamingPythonPython37site-packageszmqbackend__init__.py”, line 27, in
_ns = select_backend(first)
File “C:UserspcAppDataRoamingPythonPython37site-packageszmqbackendselect.py”, line 28, in select_backend
mod = import(name, fromlist=public_api)
File “C:UserspcAppDataRoamingPythonPython37site-packageszmqbackendcython__init__.py”, line 6, in
from . import (constants, error, message, context,
ImportError: cannot import name ‘constants’ from ‘zmq.backend.cython’ (C:UserspcAppDataRoamingPythonPython37site-packageszmqbackendcython__init__.py)