NVIDIA-Merlin / Merlin

NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature engineering and preprocessing to training deep learning models and running inference in production.
Apache License 2.0
722 stars 112 forks source link

Add Classic Jupyter Notebook to base Merlin container #1004

Closed oliverholworthy closed 1 year ago

oliverholworthy commented 1 year ago

@radekosmulski noticed that we used to have the Classic Jupyter notebook installed in our containers. However the most recent 23.05 containers didn't have this.

The reason it ended up not being installed in the most recent container is because we install jupyterlab which until recenlty (up to the 4.0.0) release had the notebook package as a dependency.

This PR adds notebook to the list of packages we install so that this is available for those that wish to use the classic notebook instead of the lab.

github-actions[bot] commented 1 year ago

Documentation preview

https://nvidia-merlin.github.io/Merlin/review/pr-1004