AmitStredz commented on code in PR #521: URL: https://github.com/apache/mahout/pull/521#discussion_r2005991551
########## examples/Optimization_Example.ipynb: ########## @@ -1,21 +1,26 @@ { - "nbformat": 4, - "nbformat_minor": 2, "cells": [ { - "cell_type": "code", + "cell_type": "markdown", + "metadata": {}, "source": [ - "# pip install git+https://github.com/apache/mahout.git@main" - ], + "<a href=\"https://colab.research.google.com/github/rawkintrevo/mahout/blob/mahout-2198/examples/Simple_Example.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" Review Comment: I updated the url of the button in both the pages - Simple_Example.ipynb & Optimization_Example.ipynb to link to the files in mahout main repo. Simple_Example.ipynb: https://colab.research.google.com/github/apache/mahout/blob/main/examples/Simple_Example.ipynb Optimization_Example.ipynb: https://colab.research.google.com/github/apache/mahout/blob/main/examples/Optimization_Example.ipynb -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org