How are you closing it? On 27 March 2018 at 06:30, Gideon Simpson <[email protected]> wrote:
> When trying to close a terminal in jupyter, I get the following error. > Any suggestions? > > > > [E 00:23:09.324 NotebookApp] Uncaught exception in /terminals/websocket/1 > > Traceback (most recent call last): > > File "/anaconda3/lib/python3.6/site-packages/tornado/websocket.py", > line 498, in _run_callback > > result = callback(*args, **kwargs) > > File "/anaconda3/lib/python3.6/site-packages/notebook/ > terminal/handlers.py", line 37, in on_message > > super(TermSocket, self).on_message(message) > > File "/anaconda3/lib/python3.6/site-packages/terminado/websocket.py" > , line 81, in on_message > > self.terminal.ptyproc.write(command[1]) > > File "/anaconda3/lib/python3.6/site-packages/ptyprocess/ > ptyprocess.py", line 829, in write > > return super(PtyProcessUnicode, self).write(b) > > File "/anaconda3/lib/python3.6/site-packages/ptyprocess/ > ptyprocess.py", line 555, in write > > return self._writeb(s, flush=flush) > > File "/anaconda3/lib/python3.6/site-packages/ptyprocess/ > ptyprocess.py", line 547, in _writeb > > self.fileobj.flush() > > OSError: [Errno 5] Input/output error > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/d9365d37-ee15-4c34-b9f5-794fe6b160b5%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/d9365d37-ee15-4c34-b9f5-794fe6b160b5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qiF%2BNi5k7Ga01W3%3DGKC2epGx0L76_D%3DN5vZz5Apy5iiaQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
