dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
1.88k stars 416 forks source link

Upgrade JupyterLab to 4.2.0 #525

Closed tokk-nv closed 1 month ago

tokk-nv commented 1 month ago

Upgrade JupyterLab and pin to 4.2.0.

The "Automatic Password setup" is taken care by copying the jupyter_server_config.json with pre-generated hashed password.

So far, tested with jupyter_clickable_image_widget and it is working.

tokk-nv commented 1 month ago

Removed the incompatible trick (of setting the Jupyter notebook dir, i.e. JUPYTER_ROOT) from a package (only langchain:sample) that depends on jupyterlab.

tokk-nv commented 1 month ago

image