You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In jupyter-tensorflow-ros-base image, we open the terminal, but we get the following errors:
Traceback (most recent call last):
File "/opt/ros/kinetic/lib/python2.7/dist-packages/tornado/websocket.py", line 369, in _run_callback
callback(*args, **kwargs)
File "/opt/conda/lib/python3.6/site-packages/notebook/base/zmqhandlers.py", line 171, in open
return super(WebSocketMixin, self).open(*args, **kwargs)
File "/opt/conda/lib/python3.6/site-packages/terminado/websocket.py", line 48, in open
super(TermSocket, self).open(url_component)
TypeError: open() takes 1 positional argument but 2 were given
Websocket closed
The text was updated successfully, but these errors were encountered:
In
jupyter-tensorflow-ros-base
image, we open the terminal, but we get the following errors:The text was updated successfully, but these errors were encountered: