Kevin Bates
Kevin Bates
Moving to asynchronous kernel management is probably _safer_ than not since that's where the dev focus has been the last couple of years and JupyterServer has been using it since...
Elyra is not considered a core Jupyter application so its version will not show up using `jupyter --version`. Please run `pip freeze` to capture the version information. Missing endpoints are...
Hi @nhpackard - thanks for the additional information. > (maybe a more informative error message indicating the need for installing the server side package would be nice?) Yes, we discussed...
Thanks Alex, here's a possible edit to the policy (to which I have no affinity - so edit as necessary)... > On the release of each major version of Elyra...
I see - that's complicated because it's less obvious to a user whether or not a pipeline version has been incremented. So is this _policy_ a one-time thing that only...
For the curious, could you please provide a link to the current pipeline migration code?
The notebook information reflects the _kernel_'s environment, while the terminal information reflects that of the notebook server. I suspect your kernel configuration is launching a python relative to your base...
The inability to save edits to a file directly is more of a system thing. You'll need to look at the `kernel.json`'s permissions and change users and/or permissions to complete...
Were you in the activated environment (e.g., `venv`) when you launched the notebook server?
Thanks @mathieuboudreau. I had seen that the `kernel.json` file was viewed from the base env in @nicholas-miles' example, so I thought I'd toss that out there. When you say you...