-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make snippets globally accessible on a system #121
Comments
I think this would be great to have, and ideally configurable from JupyterLab's Incidentally I would welcome the possibility to pick from several directories - to allow for instance personal code snippets along with shared code snippets. That's because I would love to have the possibility to share code snippets to a group of users from a JupyterHub environment. |
Make snippets configurable in advanced settings #121
Hi @kpinnipa, any ETA on the release with global snippets? |
Hi @dcervenkov, |
@jahn96 that's good to hear. Thank you for the nice plugin! |
Is your feature request related to a problem? Please describe.
Right now snippets are created and saved into a folder that is separate for each directory. This means that when jupyterlab is launched from a different directory it can be hard to access those snippets because they are in a folder in a separate directory.
Describe the solution you'd like
Figure out a way to make snippets available anywhere jupyterlab is launched. This way snippets from other projects can be used in a new workspace without needing to recreate them. This means sending all the snippets created to one location on the user's computer.
The text was updated successfully, but these errors were encountered: