-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path configuration for .chat files #61
Comments
Thanks for opening this @mvallet91. When creating a chat file, you can specify an existing directory in the dialog, like The left panel also provides a list of existing chat files, as a shortcut to open it (in the left panel). |
Thank you @brichet. So, for Just to get it right, as I understand it, JupyterHub would start Jupyter in |
There is special case for collaboration in jupyterhub, you need to set up a collaborative server, but I never tried so I can't tell more than that. |
Thank you, I'll check it out. |
Problem
The
.chat
files are created in the home directory of JupyterLab. It would be nice to be able to specify the path for chat files so users can put them into achats
folder, or admins (for instance using JupyterHub) can store them in a different path to minimize confusion for novice users.Proposed Solution
Enable configuration or something like a
jupyterlab_collaborative_chat_config.py
that is processed on startup, where the path can be specified.The text was updated successfully, but these errors were encountered: