Frozen instance
Help! My instance is frozen
Did you use the JupyterLab file browser to open a directory with a very large number of files?
Nightingale datasets can have many thousands of files. The JupyterLab file browser has some
performance limitations that can make it sluggish or completely unresponsive when it tries to render a huge list of files in the file browser pane.
Workarounds
- Use JupyterLab terminals to navigate the file system using bash instead.
- Use Python (os.path, pathlib) to navigate the file system.