Stav

Results 7 comments of Stav

Sorry, did not eventually get it and had to move on to different things... if I recall correctly I managed to run it on cygwin

I'm a bit confused, I have a similar issue but not sure if it's identical. My pipline is roughly: ``` (read_parquet) (some_delayed_func) | | (to_delayed-1..n) | | | \ |...

The cluster is spawned this way: ``` LocalCluster(processes=True, threads_per_worker=1, resources={'core': 1}, local_directory=tempfile.gettempdir(), scheduler_port=8786) ``` But just to make sure I understand - there shouldn't be a case where a worker...

This is actually extremely useful for data-science oriented work. PyCharm somehow does this seamlessly, when debugging a regular Python project, the "Debug console" is actually an IPython one. That means,...

+1 for this feature. Another workaround, that helps if you want the **same code** to work with carriage-return when run regularly (in a TTY console), but to have newlines when...

Also got a consistent repo. Working with a Jupyter Interactive Window on a Dev Container. Version: 1.93.1 (user setup) Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40 Date: 2024-09-11T17:20:05.685Z Electron: 30.4.0 ElectronBuildId: 10073054 Chromium: 124.0.6367.243 Node.js:...

@EliiseS yep, arrived at that setup also. Like you said - drawback is if the container needs to be rebuilt or restarted.