oscar6echo

Results 21 issues of oscar6echo

#### What language are you using? **Python**. #### Have you tried latest version of polars? - yes #### What version of polars are you using? 0.13.60 #### What operating system...

bug

I tried install `jupyterlite_code_formatter` in a custom jupyterlite deployment following the [official recipe](https://jupyterlite.readthedocs.io/en/latest/howto/configure/simple_extensions.html). Locally, all works as expected. On jupyterlite, I see the following alert window: ![Screenshot-jupyterlab_code_formatter](https://user-images.githubusercontent.com/2219383/174548619-1c4bdb62-05f3-40ed-b340-92b7aec990a7.png) Can/will `jupyterlite_code_formatter` work...

## Description `pandas.to_csv()` cannot overwrite an existing csv file, but works fine if new csv file. On the contrary, `path.write_text()` can overwrite existing file. This is an unintuitive behavior, maybe...

bug
kernel:pyodide

A major difference between Jupyter "desktop" (lab/retro/py) and JupyterLite is that the latter runs entirely in the browser and consequently is subject to the browser CORS controls. And few web...

enhancement

I am trying to create a "[vue](https://vuejs.org/)-widget" similar to the existing "react-widget". The only reference I found is this repo: [studyhub-co/jupyterlab_vue](https://github.com/studyhub-co/jupyterlab_vue) Which is commented on this discourse.jupyter.org [thread](https://discourse.jupyter.org/t/boilerplate-needed-for-making-a-jupyterlab-extension-using-vue-js/1630). Questions: +...

enhancement

This is what I try to achieve - with a sample logo: ![Screenshot from 2022-06-30 00-07-27](https://user-images.githubusercontent.com/2219383/176553882-b3aac4bc-d05b-4f8d-bb67-dbe5e884012c.png) To do that manually, I open the console and paste: ```js var svgStr =...

enhancement

It would be good to have a mimerender extension example too. I tried to use the [mimerender-cookiecutter-ts](https://github.com/jupyterlab/mimerender-cookiecutter-ts), but it breaks right at the initial `pip install -e`. Cf. issue [mimerender-cookiecutter-ts/issues/30](https://github.com/jupyterlab/mimerender-cookiecutter-ts/issues/30)...

enhancement

This would be convenient as not all cells need be remembered to retrieve their value. Maybe something as simple that ? ```Python def get_cell(sheet, i, j): for cell in sheet.cells:...

as opposed to Sheet. So in order to see a cell in the notebook you must do either something like `sheet[5:6]` for `print(cell)`. It would be convenient to just be...

From the first proto feedbacks I got from potential users, it would be good to be able to paste into a sheet and the sheet would adjust its size to...