Bug#1060772: [Debian-pan-maintainers] Unifying jupyterlab and node-jupyterlab

2024-06-05 Thread Roland Mas
Le 02/06/2024 à 10:58, Yadd a écrit : On 6/2/24 12:53, Yadd wrote: On 6/2/24 10:38, Yadd wrote: In my last commit, I added also a fix for #1060772:   - jupyter-lab uses yarnpkg by default   - in Debian build context, this can be overridden using     YARN_COMMAND=pkgjs-install-minimal Better

Bug#1060772: [Debian-pan-maintainers] Unifying jupyterlab and node-jupyterlab

2024-06-02 Thread Yadd
On 6/2/24 12:53, Yadd wrote: On 6/2/24 10:38, Yadd wrote: In my last commit, I added also a fix for #1060772:   - jupyter-lab uses yarnpkg by default   - in Debian build context, this can be overridden using     YARN_COMMAND=pkgjs-install-minimal Better hook with "YARN_COMMAND=pkgjs" which use

Bug#1060772: [Debian-pan-maintainers] Unifying jupyterlab and node-jupyterlab

2024-06-02 Thread Yadd
On 6/2/24 10:38, Yadd wrote: In my last commit, I added also a fix for #1060772:  - jupyter-lab uses yarnpkg by default  - in Debian build context, this can be overridden using    YARN_COMMAND=pkgjs-install-minimal Better hook with "YARN_COMMAND=pkgjs" which uses the adapted pkgjs-* command

Bug#1060772: [Debian-pan-maintainers] Unifying jupyterlab and node-jupyterlab

2024-06-01 Thread Yadd
In my last commit, I added also a fix for #1060772: - jupyter-lab uses yarnpkg by default - in Debian build context, this can be overridden using YARN_COMMAND=pkgjs-install-minimal then I reimported your hook executed after dh_install to launch `jupyter-lab build`. This seems to work but mus