Skip to content
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

Config editor / network based configuration #31

Closed
altavir opened this issue Dec 7, 2019 · 2 comments · Fixed by #34
Closed

Config editor / network based configuration #31

altavir opened this issue Dec 7, 2019 · 2 comments · Fixed by #34
Assignees

Comments

@altavir
Copy link
Contributor

altavir commented Dec 7, 2019

Compile-time configuration repository seems to be rather limited. We probably will want to add configuration locally (Jupyter lab has special configuration pages for extensions) and in future, there should be central repository for packages ready for notebook so people could update them without installing new version.

Low priority.

@ileasile
Copy link
Collaborator

ileasile commented Dec 7, 2019

@altavir You still can use @file:DependsOn() and @file:Repository() in runtime. Why doesn't it suit you?

@altavir
Copy link
Contributor Author

altavir commented Dec 8, 2019

Because configuration allows to define renderers and possibly other things, which is quite important. Also what average notebook user will want is a number of community-chosen and approved modules with centralized description. Power user can attach his own dependencies via DependsOn, but more general public will prefer to use something that is tested. I think that Kotlin notebook now has significant advantage over regular Python ones because we can define dependencies and versions inside the notebook and make it stable without bothering with external environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants