-
Hello everyone,
I wonder how authentication and security is organised from the perspective of EG. I've started with [the docs on security](https://jupyter-enterprise-gateway.readthedocs.io/en/latest/…
-
I am working with Jupyter Enterprise Gateway, but i am not understanding at all how EG works with Kubernetes. My question is related to how EG finds kernels such as r_kubernetes or python_kubernetes. …
-
Currently, if you start jupyter server it always starts a browser process. Should support --no-browser that makes this not happen.
-
We are trying to expand our shared memory `/dev/shm` in the kernel pods. In Kubernetes this can be done with the following mount :
```
spec:
volumes:
- name: dshm
emptyDir:
medi…
-
## Description
Hi all, thanks for the work on this project.
I'm using Jupyter Enterprise Gateway on Kubernetes, and sometimes the default `KERNEL_LAUNCH_TIMEOUT` is not large enough for some ker…
jrj-d updated
5 years ago
-
This proposal formalizes the [changes that introduced launch parameters](#22) by defining kernel launch parameter metadata and how it is to be returned from kernel providers and interpreted by client …
-
Hi @kevin-bates ,
I recently came across some issue where the kernel once goes from ACCEPTED to RUNNING, the kernel doesn't seem to be going to idle. It stays in "connected" state for long time an…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
Anaconda openssl is up to 1.1.1d, which breaks JEG 2.0.0 generate-config (and maybe other things!)
This problem does not happen with openssl 1.1.1c.
## Description
```
user@host:~$ /tmp/mini…
-
Jupyter lab has the functionality of changing kernels by clicking on kernel name on top right hand side of the file.
Two scenarios arise when this is clicked:-
1. Kernel change happens without a…