diff --git a/content/tutorials/jupyter-notebooks.md b/content/tutorials/jupyter-notebooks.md index fb9e3b17..450f935c 100644 --- a/content/tutorials/jupyter-notebooks.md +++ b/content/tutorials/jupyter-notebooks.md @@ -15,3 +15,5 @@ It's quite easy to figure out, but if you get stuck, here are some initial steps - Double-click on one of the **.ipynb** files. They're labelled to appear in a logical order. - When asked to select a kernel, select Python 3. - To make stuff happen (e.g. to run code cells), use the menus at the top of the JupyterLab console, or at the top of your current Jupyter notebook. + +For more info, see the blog post titled, "[Project Manta Ray — Data Science powered by Ocean Protocol](https://blog.oceanprotocol.com/project-manta-ray-data-science-powered-by-ocean-protocol-535c54089b0f)."