mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
remove utils.zmqrelated
and other checks for zmq versions after the big split, zmq will be a true dependency of the packages
This commit is contained in:
parent
855799dc19
commit
a03a4e71c7
@ -25,10 +25,6 @@ import threading
|
||||
import webbrowser
|
||||
|
||||
|
||||
# check for pyzmq
|
||||
from IPython.utils.zmqrelated import check_for_zmq
|
||||
check_for_zmq('13', 'IPython.html')
|
||||
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
|
||||
# Install the pyzmq ioloop. This has to be done before anything else from
|
||||
|
Loading…
Reference in New Issue
Block a user