-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
@cronan03 to solve the issue for
I suggest you replace osp.join(HERE, "staging")
by a call to a new function default_core_path
that will have the following implementation:
from pathlib import Path
def default_core_path() -> str:
import jupyterlab
return str(Path(jupyterlab.__file__).parent / "staging")
Metadata
Metadata
Assignees
Labels
No labels