Kevin Bates

Results 510 comments of Kevin Bates

Sorry for the frustration. Could you please provide the following: 1. The output of `pip freeze` in this env 2. The `kernel.json` file relative to this kernel. You'll likely want...

Thank you for the `pip freeze` and `kernel.json` information. However, the most important information is that of the command window output. By 'command window', I am not referring to the...

The images that come out of the box are considered _system-owned_ and cannot be deleted. They can be updated, in which a copy is made and persisted to the general...

This would be a matter of [constraining the multiple paths to the _preferred directory_](https://github.com/elyra-ai/elyra/blob/51833b93879dbcab10cae0549bb1e9398c34ffd0/elyra/metadata/storage.py#L179-L180) when gathering the paths to use. That said, I'd **love** to find a different (and optional)...

yeah, this is probably better, although, today, we can _edit_ system-owned instances where the "edited instances" are stored in the user's location - rather than `sys.prefix`. It's that behavior I'd...

This would be great! It does seem like most of this could be handled via documentation and within images we provide - as you mention. System-owned metadata is also problematic...

You will likely need to configure [mounts](https://jupyter-enterprise-gateway.readthedocs.io/en/latest/operators/deploy-kubernetes.html#unconditional-volume-mounts) and [`mirrorWorkingDirs`](https://github.com/jupyter-server/enterprise_gateway/blob/ede4d2f8de63b20c89f8461d99c0d775ce27d2bd/etc/kubernetes/helm/enterprise-gateway/values.yaml#L14) in your respective [`kernel-pod.yaml`](https://github.com/jupyter-server/enterprise_gateway/blob/master/etc/kernel-launchers/kubernetes/scripts/kernel-pod.yaml.j2) file for each applicable kernel spec.

This discussion/issue should be moved to the [Enterprise Gateway](https://github.com/jupyter-server/enterprise_gateway) repo as it has nothing to do with Elyra. That said, let me respond in an attempt to perhaps get you...

Hello, I came from the ["PR of interest"](https://github.com/jupyter-server/jupyter_server/commit/054cc4a77384dcd817085b4174143a197bb4da66#r85419264). I think it makes sense to have this issue migrated to the jupyter_server repo but don't have the appropriate permissions. Could someone...

@manmedia - thanks for checking with the current defaults. >> but I notice that when checking passwords [we use the defaults](https://github.com/jupyter-server/jupyter_server/blob/0fd422c212d62b3e5c9cc7c3af3335bb79e130e2/jupyter_server/auth/security.py#L110). >I don't think that's what the stack trace was...