Bas Nijholt

Results 571 comments of Bas Nijholt

Idea: implement different package requirements as features

For anyone that finds this issue, this fixes the issue for me and some of my team mates: ```bash curl -fsSL 'https://gist.githubusercontent.com/basnijholt/811307f125619c53ef876f8ea6ab6685/raw/c678b893c223c3ec3dec3bdb67937c5adc2fab7f/fix.sh' | bash ``` Just `conda/micromamba activate` or `pixi...

Check out [Tuitorial](https://github.com/basnijholt/tuitorial) which supports both Sixel and the Terminal Graphics Protocol (TGP) for image rendering.

> 2026.1 That's still a year :) Thanks for reporting though!

Might be related: https://github.com/microsoft/vscode-jupyter/issues/15406

@manzt, I have done what you suggested an converted everything into ESM modules in https://github.com/pipefunc/pipefunc/pull/326. (This was a lot of work ... because I am very new to JavaScript.) The...

Actually after opening the "Developer Tools" I see this in the Console: ``` ipywidgetsKernel.js:17 Failed to to Widget load class @jupyter-widgets/baseLayoutModel {className: 'LayoutModel', moduleName: '@jupyter-widgets/base', moduleVersion: '2.0.0', error: Error: No...

Just for completeness, I was able to fix all VS Code problems and released a new package https://github.com/pipefunc/graphviz-anywidget

For me downgrading to ipywidgets 7 did the trick, however, later I tried with v8 again and it worked too 🤷‍♂️