Max Klein

Results 57 issues of Max Klein

I'm trying to refactor the Jupyterlab docs to use `mdinclude` as part of jupyterlab/jupyterlab#8246. Our current rst header mark scheme does not match the hardcoded one in m2r, and it's...

## References Fixes #7980 ## Code changes Adds a slightly somewhat (visually) loud indicator for the readonly status of the current document. My goal with this PR is to implement...

enhancement
pkg:notebook
pkg:filebrowser
pkg:docregistry
pkg:docmanager
pkg:ui-components
tag:CSS
Design System CSS

I'm following up on my previous comment with another mockup. The first combines 1 and 2 to provide an approach that might be familiar from Notebook while having an (albeit...

enhancement
tag:Design and UX

fixes #957 see discussion at #957

runtime
configuration
kernels
waiting for author

## Description I'm currently prepping a kubernetes deployment of jeg onto a cluster running a custom internal (w.r.t. my company) cloud platform. Literally any employee is able to ping the...

security
runtime
kubernetes

It appears that in order to get any use from the `GatewayClient.env_whitelist` and the `EnterpriseGatewayApp.env_whitelist` options, their values have to match. This is made somewhat awkward by the fact that...

runtime
configuration

Fixes #269 The intel C compiler [defaults to `-std=gnu98`](https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top/compiler-reference/compiler-options/compiler-option-details/language-options/std-qstd.html#std-qstd_GUID-338F4C2A-560C-4338-8ACF-C4B022A7C865), which apparently causes problems with recent cpython source. Judging by the existing code in `CMakeLists.txt` and [this issue on the core...

Now that the TOC extension is part of jupyterlab core, we should probably mark this repo as archived, and also add some helpful text for new/latecomers (eg "If you have...

question

When we switched from Phosphor => Lumino, one of the PRs that was left open was for adding a new `vdom` package. The basic idea is that `vdom` is meant...

Consider the following situation: - code I own constructs a new Menu with a custom Renderer - code you own constructs a new Menu (using the default Renderer) and adds...