From 8d16a1403795325ad8a1e0085e2ac4f55f153e2f Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 16 Sep 2021 16:05:48 +0200 Subject: [PATCH] Issue-#756: Remove Jupyter page --- content/tutorials/jupyter-notebooks.md | 34 -------------------------- 1 file changed, 34 deletions(-) delete mode 100644 content/tutorials/jupyter-notebooks.md diff --git a/content/tutorials/jupyter-notebooks.md b/content/tutorials/jupyter-notebooks.md deleted file mode 100644 index 086aa915..00000000 --- a/content/tutorials/jupyter-notebooks.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Jupyter Notebooks -description: Try some online interactive squid-py tutorials. ---- - -You can go through interactive squid-py tutorials at [datascience.oceanprotocol.com](https://datascience.oceanprotocol.com/). -They're [Jupyter Notebooks](http://jupyter.org/) running on your own [JupyterLab](https://github.com/jupyterlab/jupyterlab) instance. -It's quite easy to figure out, but if you get stuck, here are some initial steps: - -- Visit [datascience.oceanprotocol.com](https://datascience.oceanprotocol.com/). -- Click the **JupyterLab Instance** button. -- Login with your GitHub account. -- Once you're in the JupyterLab console, double-click on **mantaray_jupyter**. -- Double-click on **introdution.txt** and read it. -- 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. - -In you prefer a step-by-step tutorial, you can watch our thorough [Manta Ray tutorial mini series](https://www.youtube.com/playlist?list=PL_dn0wVs9kWqSO2iCXvrWuxKFSgVr0Jrw): - -`youtube: N7HrWz35xIk` - -`youtube: Ahbw4WDDFxI` - -`youtube: FsDwOlOkIHc` - -`youtube: VoBd1iwTvF8` - -`youtube: MHxOOioYSbg` - -For more info, see the blog posts: - -- "[Project Manta Ray — Data Science powered by Ocean Protocol](https://blog.oceanprotocol.com/project-manta-ray-data-science-powered-by-ocean-protocol-535c54089b0f)" -- "[The Data Science Workflow — Powered by Ocean Protocol](https://blog.oceanprotocol.com/dive-into-ocean-protocol-ai-ecosystem-60f64eddf74d)"