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
Below are are the error message of testing auto-completion feature. Date. does not pop up suggestion expected.
For more information on my platforms: Node version: 7.9.0 python3 versio: 3.5.2
OS: Linux mint 18.3
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.5/dist-packages/prompt_toolkit/interface.py", line 860, in run
completions = list(buffer.completer.get_completions(document, complete_event))
File "/usr/local/lib/python3.5/dist-packages/jupyter_console/ptshell.py", line 110, in get_completions
cursor_pos=document.cursor_position
File "/usr/local/lib/python3.5/dist-packages/jupyter_console/completer.py", line 39, in complete_request
msg = self.client.shell_channel.get_msg(timeout=self.timeout)
File "/usr/local/lib/python3.5/dist-packages/jupyter_client/blocking/channels.py", line 57, in get_msg
raise Empty
queue.Empty```
The text was updated successfully, but these errors were encountered:
In [1]: Date.Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.5/dist-packages/prompt_toolkit/interface.py", line 865, in run
completions = list(buffer.completer.get_completions(document, complete_event))
File "/usr/local/lib/python3.5/dist-packages/jupyter_console/ptshell.py", line 111, in get_completions
cursor_pos=document.cursor_position
File "/usr/local/lib/python3.5/dist-packages/jupyter_console/completer.py", line 39, in complete_request
msg = self.client.shell_channel.get_msg(timeout=self.timeout)
File "/usr/local/lib/python3.5/dist-packages/jupyter_client/blocking/channels.py", line 57, in get_msg
raise Empty
queue.Empty
Below are are the error message of testing auto-completion feature.
Date.
does not pop up suggestion expected.For more information on my platforms:
Node version: 7.9.0
python3 versio: 3.5.2
OS: Linux mint 18.3
The text was updated successfully, but these errors were encountered: