-
Notifications
You must be signed in to change notification settings - Fork 21
Report file system availability in the log console #249
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the plugin logs a warning in the console:
xeus/packages/xeus-extension/src/index.ts
Lines 115 to 119 in 3557fac
| } else { | |
| console.warn( | |
| `${kernelspec.name} contents will NOT be synced with Jupyter Contents` | |
| ); | |
| } |
But it could now add it to the loggerRegistry, so it's more visible if users try to access files for example in a Firefox private window: jupyterlite/jupyterlite#679
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request