79722037

Date: 2025-08-01 03:41:34
Score: 5.5
Natty:
Report link

i have the same problem for around a year. jupyter lab3.

recently, annoyed by it. after study github serveral post and others. occasionally i noticed in the cmd shell output, i noticed it said

 [xxxx ServerApp] folder '' :my real work folder not found.

the address with additional '' & my work folder

[solution success]

jupyter lab config.py

c.LabServerApp.workspaces_dir = :my real work folder

pls noted no ' ' OR " " for the folder path.

others are default seting.

maybe it can solve your problem too?

refer:

reply from andrewfulton9 and echarles in https://github.com/jupyterlab/jupyterlab/issues/12111

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (1.5): solve your problem too?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): i have the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Kevin Han