-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
User configuration #180
Comments
We do still need to implement the XDG specification in I lean towards the config folder of Jupyter (with our own namespace) just so we don't have to establish yet another standard. I do recognize that Once it's discoverable that way, it's less relevant where we store them. We can then rely on the Jupyter config directory. |
Yeah, I think you're right about adding a menu shortcut. That's a neat idea and really frees the user up from having to know the details. |
In my latest PR, https://github.com/nteract/nteract/pull/306/files, I'm using electron-json-storage https://github.com/jviotti/electron-json-storage to write user prefs to Reasons for this:
|
This can be closed since it was implemented in #922. |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
For example, user keymap.json files.
@rgbkrk suggests an 'nteract' subfolder of the jupyter user config dirs.
@kenwheeler any opinions here? Jupyter kind of does it own thing regarding user config folder location. In the past this has lead to confusion across various operating systems. Maybe we should use a standard like xdg or something similar.
The text was updated successfully, but these errors were encountered: