octavd

Results 6 issues of octavd

Hello, Is there a way to not display in the pip-audit output the python packages which are not fixed? Just like trivy, where if you use the parameter --ignore-unfixed it...

enhancement
component:cli
component:output-formats

``` version() output ``` ![image](https://user-images.githubusercontent.com/33294589/95720655-320a2080-0c7a-11eb-86e4-2b43ed13274d.png) As can be seen from the above image, the jupyterlab-execute-time extension only shows the datetime stamp when using IJulia kernel but the execution duration is...

Hello, Is there a way or are you planning on realeasing a new feature for this extension regarding creating folders, adding files on the bucket that is currently connected? ![request](https://user-images.githubusercontent.com/33294589/73655728-4af81600-4697-11ea-8e45-4e57f40f098f.PNG)

Hello, In the following env: - pywidgets 7.7.1 - jupyterhub 2.3.1 - jupyterlab 3.4.3 If i try to execute the following code: ``` import ipywidgets as ipy widgets = {}...

Hello @frankzickert @christiancorbin , Looking forward to use this extension but it seems it's not compatible with Jupyterlan version >= 2.0. Is there any plan to release an update?

Hello, I want to expose kafka as a rest api using the kafka rest proxy. My scenario is the following: Multiple clients, each with his own topic, will consume messages...