Adam Patterson

Results 4 issues of Adam Patterson

It might be constructive to explain the distinction in the effects of `pip install -e .` and `jupyter labextension develop . --overwrite`. ``` # install the extension in editable mode...

Several of the critical learning topics have React built into them. E.g., https://github.com/jupyterlab/extension-examples/tree/master/basics/signals I think the tutorials will be able to reach a wider audience if React were discussed separately.

This issue is related to [The browser hangs when a Notebook is opened that contains hundreds of MB of data in the metadata property](https://github.com/jupyterlab/jupyterlab/issues/12145). We have a use case where...

In the documentation the PassRole Action includes the resource `arn:aws:iam:::role/`. What is this resource referring to? Our implementation is working without defining this resource. ``` { "Sid": "", "Effect": "Allow",...