I am using raspberries tu introduce coding, IoT, climate change challenges (starting from weatherstations and sensor management). No need to explain why those nano-computers are usefull for various facets of education and of course Jupyter is an incredible tool either to monitor leds, sensors or weather stations or process big data from climate projections made available from research labs.
We were more than pleased to migrate from netbook to lab but unfortunately jupyterlab builds are only possible without any extension on PI3 and PI3+ (only 1Gb memory) The messages clearly explain that the process is too memory consumer :
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
664de3932dd6291b4b8a8c0ddbcb4c61.svg (896 KiB)
2f12242375edd68e9013ecfb59c672e9.svg (730 KiB)
vendors~main.0b48c2178bc57b8a6626.js (4.15 MiB)
2.9ccb7977a199a4a50689.js (454 KiB)
3.93113e5afd83ba64f565.js (883 KiB)
4.69406a7d6939b46f4e98.js (253 KiB)
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
main (4.18 MiB)
vendors~main.0b48c2178bc57b8a6626.js
main.bf408a12f7bd5fbbb024.js
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
664de3932dd6291b4b8a8c0ddbcb4c61.svg (896 KiB)
2f12242375edd68e9013ecfb59c672e9.svg (730 KiB)
vendors~main.0b48c2178bc57b8a6626.js (4.15 MiB)
2.9ccb7977a199a4a50689.js (454 KiB)
3.93113e5afd83ba64f565.js (883 KiB)
4.69406a7d6939b46f4e98.js (253 KiB)
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
main (4.18 MiB)
vendors~main.0b48c2178bc57b8a6626.js
main.bf408a12f7bd5fbbb024.js
I do not know why, I don’t know if it is possible as I am not a dev; but I am wondering if some time might be spent across the community to reduce the memory consumption and enable to use extensions with jupyterlab on low memory computers like raspberries.
Thanks