Alexander Kislukhin

Results 67 comments of Alexander Kislukhin

More detailed error ``` building 'psutil._psutil_linux' extension creating build/temp.linux-aarch64-3.9 creating build/temp.linux-aarch64-3.9/psutil gcc -pthread -B /a/mc39/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -n1 .2-a+fp16+rcpc+dotprod+crypto -isystem /a/mc39/include -I/a/mc39/include -fPIC -O2 -n1...

Thank you! Is there a reason you use xlink:href ? Could it be replaced with just href? https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href

Thanks for the tip on `nx.get_node_attributes`! My implementation appears to be about 25% faster than through `nx`. For periodic table you only need a dictionary of atomic weights (if you...

Of course, I'm not suggesting to execute it every time someone imports. This is just a way to retrieve data. I hard-coded the dictionary into my module that does MW...

The above was observed with awswrangler 2.15 Reading the code today (2.16.1), it seems like `awswrangler.s3._write_dataset._to_partitions` should be called, right here: https://github.com/aws/aws-sdk-pandas/blob/main/awswrangler/s3/_write_dataset.py#L48 - it seems to using lakeformation Client for...

The issue could be rooted here: ``` --------------------------------------------------------------------------- AssertionError Traceback (most recent call last) /tmp/ipykernel_28411/1257180327.py in ----> 1 D.query(frames=73, columns=('intensity')) ~ ... python3.9/site-packages/opentimspy/opentims.py in query(self, frames, columns) 140 dict: columns...

Hi, thanks for your response! It's not completely clear how to proceed based on this comment. Hope I don't have to develop a whole extension for this! Or is it...

Thanks @RRosio ! This works when you start jupyter-lab with `--expose-app-in-browser` flag ``` Javascript(""" let app = window.jupyterapp; // app.commands.execute('notebook:run-all-cells') // app.commands.execute('notebook:run-cell-and-select-next') app.commands.execute('docmanager:save') """) ``` But I'm still unclear how...

Oh i forgot about the $DISPLAY part ``` jlab --verbose 4 [469:0223/120817.435188:ERROR:ozone_platform_x11.cc(239)] Missing X server or $DISPLAY [469:0223/120817.435251:ERROR:env.cc(255)] The platform failed to initialize. Exiting. Segmentation fault ``` `xvfb` is installed;...

@kuhlaid if CRLF problem is all this really is, it has been solved for a good decade in the old Jupyter notebook and older JupyterLab and every other tool crossplatform...