Michael C. Grant

Results 122 comments of Michael C. Grant

Interesting. In fact, `nb_conda_kernels` is _not_ enabled in that configuration. `nb_conda` is a different package. I think this helps me understand the potential issue.

I cannot for the life of me reproduce this. That said, there is one important thing I noticed—we're using "JupyterApp" now instead of "NotebookApp". I'm not 100% sure what the...

@fcollonval I think maybe that the presence of both `jupyter_config.json` and `jupyter_notebook_config.json` might be an issue.

#182 is my attempt to address the `NotebookApp`/`JupyterApp` and `jupyter_config`/`jupyter_notebook_config` differences.

Ah, good point, of course you're right.

@jankatins now that #80 is merged, maybe we should revisit this. I'm happy to accept a PR to add language to our README.md.

@jankatins FYI I've tagged a 2.2.0 release here; perhaps you can examine the current state of the code and determine if a clean PR is feasible.

What happens if you do `conda install nb_conda_kernels=2.2.4`? Please share the entire output.

That's a really interesting concept. How would you propose to include it in conda-pack? Keep in mind it would really have to be a pretty generic offering. And even then,...