mamba-org / gator

Conda environment and package management extension from within Jupyter
Other
260 stars 30 forks source link

Install automagically the kernel #71

Closed fcollonval closed 4 years ago

fcollonval commented 4 years ago

The nb_conda_kernels logic is not compatible of jupyter discovery mechanism used by tools like voila or papermill. This propose to add the specification in a "Jupyter" manner.

Note: not really satisfactory - will propose a change upstream in nb_conda_kernels to respect the separation of concern.

fcollonval commented 4 years ago

Fixed upstream in nb_conda_kernels with a nice approach: https://github.com/Anaconda-Platform/nb_conda_kernels/pull/172