1

I am trying to access jupyter lab using ssh. I am fallen in this error message shown in the image that I attach:

enter image description here

It is a similar problem reported in this StackOverflow post.

My problem now is: how do I exit from this and obtain my command line again ? As you can see I have tried q exit() quit() q exit ...

Thanks in advance.

HelpNeederStudent
  • 133
  • 1
  • 1
  • 9

1 Answers1

1

The solution for this problem was to use Ctrl+C to end the hung process.

This is a strong-arm solution that aborts the interactive program, but it's effective in most cases.

harrymc
  • 455,459
  • 31
  • 526
  • 924