martinRenou

Results 251 issues of martinRenou

We have support for loading Pandas Dataframe, we should do the same for NumPy arrays, or list of lists.

Enhancement

We need to clean [this code](https://github.com/QuantStack/ipysheet/blob/479b91a05e403508ad691c6482b0f150f1767357/js/src/sheet.ts#L310). Giving a list as a key to a JavaScript object actually converts it to a string so we needed to parse the string in...

Since [this PR](https://github.com/QuantStack/ipysheet/pull/17), ipysheet does not optionally depends on flexx anymore. It now depends on [pscript](https://github.com/flexxui/pscript), which is a small library for JavaScipt to Python transpilation (used by flexx). I...

This is the kind of UX people get on Github and vscode ![directories](https://user-images.githubusercontent.com/21197331/115686373-695c3700-a359-11eb-94d9-36c19cc7a63b.gif)

This PR is a bit more opinionated than the other ones. It makes the filetree extension the default one. ![default_filetree](https://user-images.githubusercontent.com/21197331/115846029-c9b6ab80-a421-11eb-96b0-08be9674cd00.png)

This allows clicking on the entire bar (instead of just the icon) for collapsing directories. Which is the kind of UX that common IDEs provide. ![dblclick](https://user-images.githubusercontent.com/21197331/115671563-f055e300-a34a-11eb-989a-9a94c4518af7.gif)

Fix #20 ![filetree](https://user-images.githubusercontent.com/21197331/115881339-eec01400-a44b-11eb-970d-738a0b1f46f9.png)

![launcher](https://user-images.githubusercontent.com/21197331/115724811-9290bd80-a381-11eb-8d81-df9b48c86578.gif)

Thanks for this amazing extension! I see it supports the JupyterLab 3 federated extension system, that's cool. Any chance this package could be uploaded to PyPi? Just making an sdist...

cc. @kaiayoung @mbektasbbg @supriyakhandekar @ibdafna @supriyakhandekar 's issue on py2vega made me rethink the py2vega scope https://github.com/QuantStack/py2vega/issues/36 Vega expressions are expressions, hence they do not support assignments, for-loops, while-loops, if-conditions....

question