Victor Negîrneac
Victor Negîrneac
Hi there! Thank you very much for this great package! I managed to make it work with my Sublime Text through a Sublime Text package (ESLint-Formatter). Leaving this information here...
This is a follow up from the discussion in #1151, marked as Draft for now to gather feedback. Fixes #32 Also sets the infrastructure for fixing #1151 Changes proposed in...
Hi guys! Hope to find you well :) I have developed a sphinx extensions that uses `jupyter-sphinx` + `jupytext` to solve the problem of having to constantly copy-paste code from...
While reading the wiki at https://github.com/zitmen/thunderstorm/wiki/Processing-2d-data i am not able to see the images.
Hi there! Cool packages, but run into an issue with it right in the beginning... ```python from dotsi import DotsiDict assert getattr({}, "a", None) is None # all good hasattr(DotsiDict({}),...
Hi @mwouts! Thanks a lot for the work on this package I run into a strange bug while I was debugging my extension (https://github.com/caenrigen/vscode-jupytext-sync) for VSCode-based IDEs, basically a `jupytext`...
Hi, I am working on a provisioner for remote kernels via SSH (https://github.com/caenrigen/sshpyk/tree/provisioner). I noticed that my provisioner's `async def terminate(self, restart: bool = False)` never receives a `restart=True` value...
This is for anyone who is looking for an up-to-date solution for launching and connecting to Jupyter kernel on remote systems via SSH. During the summer of 2025, I spent...