Patrick Arnecke
Patrick Arnecke
@merveenoyan @aymeric-roucher I have changed the code according to your comments. 👍
@dhruvmanila I still have difficulties making it work, even when I add `extend-include = ["*.ipynb"]` in `~.vscode/extensions/charliermarsh.ruff-2024.36.0-darwin-arm64/pyproject.toml`. .py files in VS Code are being formatted and linted properly. However, jupyer...
That did the trick! Thanks so much! You saved my day... 🙏☀️ A detail: In my case it was sufficient to create `pyproject.toml` just in the root folder of my...
Got it! Thanks! 😊
@MichaReiser Thanks for your fast response! - I mainly work in Jupyter notebooks. This is where I observe the server crashes. I rarely have opened some .py files in parallel....
Sure! What I notice is that the used interpreter is the homebrew one. However, I use miniconda environments for all my projects. These are also the kernels that I always...
Thanks @dhruvmanila I do activate the environment when I start working in the notebook. When I execute the first cell, VS Code let me select the environment and I choose...
Is there a way I could share the notebook directly with you, e.g. email?
New logs from a different notebook where I observe the server panics. ``` 2024-09-10 12:24:26.515 [info] 1: ruff_server::server::Server::run::{{closure}} 2: std::panicking::rust_panic_with_hook 3: std::panicking::begin_panic_handler::{{closure}} 4: std::sys_common::backtrace::__rust_end_short_backtrace 5: _rust_begin_unwind 6: core::panicking::panic_fmt 7: core::option::expect_failed...
I have sent two sample notebooks via email. I also noticed that the crashes occur on a different computer too (Mac mini M1 2020, Sonoma 14.6.1). VS Code is 1.93.0,...