Bjarne C. Hiller
Bjarne C. Hiller
Also, it seems to work correctly in mobile mode?
Sorry, I just can confirm that this is still an issue, that I actually just encountered in my project: ```sh $ pyreverse --version pyreverse is included in pylint: pylint 3.3.7...
I just encountered the same issue. Did you find a solution? I haven't really looked into it yet.
Ok, here is a hot fix for everyone else, while this bug still persists: Since the cookie-cutter template wraps around the actual jupyter book, the build path is off in...
> I think I just fixed the output of the cookie recipe until it did work. > > Yes: [the last time the deployment ran](https://github.com/hsf-training/deep-learning-intro-for-hep/actions/runs/10646083083), it succeeded. [The deployment](https://hsf-training.github.io/deep-learning-intro-for-hep/intro.html) is...
Might have also been related to #1252
Hi @EmilHvitfeldt, sorry, until now, I was not able to reproduce the issue again, and everything is working as expected now. I was pretty confused what was going on, and...
Hi again @EmilHvitfeldt , I actually encountered the error again today, and I finally figured out what was causing it! You see, I registered a model argument like this: ```r...
Hi @EmilHvitfeldt The glmnet object is returned by the fit-module of my custom parsnip model (which does some tricks with input scaling before passing the data down to glmnet). So...
I encountered the same issue. For an online demonstration of the problem, see https://bckrlab.org/dsc-tutorials/intro.html Weirdly, the sidebar seems to work correctly for local builds and on mobile. But on the...