teucer

Results 37 comments of teucer

While I am aware of all the limitations of jupyter compared to codebraid, I think having an interactive environment where you can execute chunks and see the result would be...

This is really cool, thx!

[Here](https://docs.gitlab.com/ee/ci/testing/code_quality.html#implementing-a-custom-tool) and [here](https://github.com/codeclimate/platform/blob/master/spec/analyzers/SPEC.md#data-types)

Having configurable severity levels is important for pipelines. Having gitlab levels (potentially preconfigured) would add a lot of value. Right now everything is major. I have added a script to...

What is the ETA for JupyterLab 4.0?

This [link](https://andrewbrookins.com/python/why-poetry/) explains the use. In a nutshell: `poetry `helps to specify, install, and resolve external packages. It also supports to deploy to pypi. No need to have setup or...

Please let me know if this is something that you would like to do: I can send a PR...

Point taken. I still think poetry would open the door for an easier setup for development purposes, hence more contributors. It is as easy as "poetry install".

Thank you. How does it compare to R? We are in the process of migrating an R package to python, it would be useful to know them.

I was wondering about diff or lag operators for example. It is not clear to me how vector operators are handled.