mirekphd

Results 29 issues of mirekphd

I'm trying to hide all or selected Jupyter notebook's input cells in the (output) file created by papermill's `execute_notebook()` (see [this question](https://stackoverflow.com/questions/62022603/how-to-delete-a-jupyter-notebook-input-cell-programmatically-using-its-tag) why). According to the help, desired action should...

When I try to run the first demo from the `Execute via the Python API` section of your [README.md](https://github.com/nteract/papermill) I get an `ImportError` due to the missing dependencies `jupyter` and...

I think `psitransfer` needs to have a regular release cycle, e.g. monthly. Without it, images available in the Docker Hub with the `latest` tag become a security risk. Currently the...

### Environment (for bugs) - **OS platform, distribution and version (e.g. Linux Ubuntu 16.04)**: Linux-4.4.0-96-generic-x86_64-with-debian-stretch-sid - **Installed from (source or binary)**: binary (/bleeding-edge/ai/h2o/h2o4gpu/0.2-nccl-cuda8/h2o4gpu-0.2.0.9999-cp36-cp36m-linux_x86_64.whl - **H2O4GPU Version**: h2o4gpu 0.2.0.9999+master.038c69c - **Python...

**BUG REPORT** **Version of Anchore Engine and Anchore CLI if applicable**: `anchore/grype:latest` (Docker image) **What happened**: On our build sever we have multiple tags of each image, not all of...

Currently nolearn has a dependency on both Theano and Lasagne, which forces installation of CPU-only versions, overriding the GPU-enabled builds we might have already installed before. See how [Keras setup](https://github.com/keras-team/keras/blob/master/setup.py)...

I started building[1] on an example from the docs [here](https://nteract-scrapbook.readthedocs.io/en/latest/usage-glue.html#), but wasn't able to find a method to remove these sample Scraps added with `glue`: ``` sb.glue("hello", "world") sb.glue("number", 123)...

enhancement
good first issue

Currently if a single image and its single library (e.g. `glibc`) has multiple CVE's on the whitelist, only one of these CVE's will be considered by `clair-scanner` unless you put...

String search in whitelist yaml files should be made more specific, notably it should not ignore package names and should allow for specific images rather than only the official ones...

@krfricke I think merging [this PR](https://github.com/ray-project/xgboost_ray/pull/108) made example files much harder to find via the remote web interface i.e. on Github... isn't it because symlinks work only locally? Resulting empty...