graphlab.canvas.set_target('ipynb') # alternative 'browser', port=8889
/Volumes/DATA/anaconda3/envs/py27/lib/python2.7/site-packages/graphlab/canvas/server.pyc
108 self.__server = tornado.httpserver.HTTPServer(self.__application, io_loop=self.__loop)
TypeError: initialize() got an unexpected keyword argument 'io_loop'
Fix Attempt 1:
$ conda update tornadoenvironment location: /Volumes/DATA/anaconda3/envs/py27tornado: 5.1-py27h1de35cc_0 --> 5.1.1-py27h1de35cc_0Fix is not successfulFix Attempt 2:
Reinstall Anaconda3
No comments:
Post a Comment