Luciano Resende
Luciano Resende
The code-snippet extension is looking into using this behavior to notify the user about actions being accomplished (#1006) The git extension is also moving this way  We should adopt...
Add support for data source as metadata and investigate/implement helper utilities to generate connectivity code to be used directly on python scripts or notebooks. Note: What are the implications for...
Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have...
When performing large workloads, it does not make sense to use node inputs/outputs to propagate data as it would be very cost-intensive. One idea would be to map an S3/COS...
**What is prompting the discussion?** - Elyra releases in the wild stopped installing/working because a new version of `black` was released and it was incompatible with Elyra. The specific issue...
**Describe the issue** Investigate how to reduce the time necessary to run a full CI build Some options: - Can we run individual Cypress tests in parallel? - Can we...
Add the following in your notebook ` !pip install --user --no-cache opencv-python ` and ` import cv2 ` After the import is executed, you will see an error related to...
Customers have requested the ability to : * List existing kernels per user * List idle timeout for running kernels * Ability to kill kernels * etc I would like...
Today we have a set of very similar sample kernelspecs (number of languages * number of supported platforms) which differ from each other by very little. Similar to what we...
Today we ask users to manually download and handle the installation of Jupyter Enterprise Gateway sample kernelspecs. They are also responsible to modify/update parameters on all installed kernelspecs (e.g. spark_home,...