jupyter-incubator / sparkmagic

Jupyter magics and kernels for working with remote Spark clusters
Other
1.33k stars 447 forks source link

Document a way to override configuration other than just config file #573

Open itamarst opened 5 years ago

itamarst commented 5 years ago

Might want to override config in a particular notebook, for example.

This may be possible, I'm not sure. If not, also need to implement it.

ayush-san commented 3 years ago

@itamarst were you able to override the configuration?

kdzhao commented 3 years ago

Is it possible to override a config? For example, we have a use case in which, SparkMagic will read configs from the default config file, then we need to override "kernel_python3_credentials" depends on a few other conditions in our system.

Thanks