...
- Some keystrokes and key combinations are not recognized the same way as on the real command line.
- This is especially true for Ctrl-, Function-, Option- Alt- key combinations.
- So, for example, editing a file with nano (or vi/vim or emacs) in the JupyterHub Terminal will not work when you try to enter an editor command.
- Be very careful looking at large files in the JupyterHub Terminal, since you may not be able to stop output of long testtext.
- Always pipe data from large files to a pager (e.g. more).
...
Being blocked from logging in to JupyterHub on a particular compute server can be due to "zombie" JupyterHub processes that are still in a "running but not running" state. This is particularly common after using JupyterHub's Terminal window, especially if an error was encountered.
...