nb_conda_kernels
nb_conda_kernels copied to clipboard
Document configuring env_filter
Based on #47, add some documentation and examples about how one might go about setting the env_filter
.
Off the top of my head, it would include:
- [ ]
jupyter notebook --CondaKernelSpecManager.env_filter="(bad|awful)_thing"
- [ ] hacking
jupyter_notebook_config.(json|py)
- [ ] environment variables? probably not, unless another change was made... check upstreams
Any news on this? I'm also trying to figure out how to actually specify the env_filter
.
@gschintgen Any luck? I'm trying as well..