Using Jupyterhub integrattion sub-folders of more than 5 in depth are not getting loaded
Using Jupyterhub integration sub-folders of more than 5 in depth are not getting loaded.
I have a jupyter integration where I have the following hierarchy:
storage / department / team / person / project / <some_notebook>
I can't seem to reach my notebooks. It simply gets stuck on “loading…”. Doing reload from server doesn't work.
Please sign in to leave a comment.
Hello,
It sounds like you're encountering an issue where JupyterHub is having trouble loading notebooks that are nested deeper than a certain directory level, which could be due to either filesystem limitations or configuration issues within JupyterHub.
Best Regards