stefaneidelloth
stefaneidelloth
An eclipsescript can be started with Ctrl+4 and selecting the wanted script. Is it also possible to run a specific script with a run configuration or extra key shortcut? (I...
How can I **access the information about dependencies** of akernel to use it for JupyterLab extensions? What would be the right entry point for that? Lets say I have a...
`spyder 5.3.1 requires ipython=7.31.1, but you have ipython 8.4.0 which is incompatible.`
## 🐛 Bug Report If I try to spy on a getter with spyOn(instance,'foo','get').and.returnValue(false); I get the error ``` : foo property does not exist Usage: spyOn(, ) 22 |...
I tried to create an empty DataFrame with let df = new DataFrame([], {'columns': ['a','b','c']}); but get undefined. => How to create an empty DataFrame with a given set of...
Are there plans to implement column filters like in qgrid or Excel? https://github.com/quantopian/qgrid/blob/master/docs/images/filtering_demo.gif   I would like to allow a user to filter a data frame in PandasGUI and...
Im looking for some observable table / DataFrame / spreadsheet to create reactive pipes for tabular calculations: https://stackoverflow.com/questions/62671185/how-to-make-tables-spreadsheets-e-g-pandas-dataframe-observable-use-triggers => Does gridstudio allow to listen for changes?
The example https://github.com/vgrem/Office365-REST-Python-Client/blob/master/examples/sharepoint/folders/download_folder.py does not work for me because get_by_title("Documents") fails. Furthermore, what if the folder contains sub folders? => Is there a way to download a whole folder as...
I try to embed starboard as a widget in a property view and I managed to move the ` ` element from body to the wanted dom position: let starboardElement...
I tried to follow the "Quick example". I got an error **'Database' object is not iterable**. How can I resolve it? I use python 3.8.5, pymongo 3.10.1 and MongoDB 4.4.2....