Results 675 comments of Steven Silvester
trafficstars

Hi @alanbazzaz, that one is Octave-specific, I'm not sure.

It looks like you have `octave_kernel` installed in a different place than `jupyter`, which is installed in `/usr/bin/python3` on your machine. You could try installing the kernel as `/usr/bin/python3 -m...

Hi @vivekpatel99, I'm not sure how that would happen. Looking at the [code](https://github.com/Calysto/octave_kernel/blob/master/octave_kernel/kernel.py#L43), I'd expect it to look in `site-packages\octave_kernel`, unless PyInstaller is somehow affecting `__file__`.

I would think so, but we don't test it explicitly.

Looking through the thread I think @jewelltp's ticket is the best bet. I'm not plugged in to the internal platform aspects, focusing on the JupyterLab 3.0 release.

Hi Emily, It sounds like you have `nb_conda_kernels` enabled but not installed in the root environment. Can you give the output of `jupyter serverextension list` and `conda list nb_conda_kernels` from...

@bollwyvl, @damianavila, thoughts on the above?

Hi @dr-1, we have heard of this happening one other time, but we weren't able to track down the cause. - What version of JupyterLab? - Were you using the...

I still haven't been able to reproduce, but https://github.com/jupyterlab/jupyterlab/pull/2967 makes it easier to report when something goes wrong.