From 6e3b8d65ff37fc5b911bd371d392f5cb247d52c3 Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Tue, 20 Oct 2020 12:09:07 +0200 Subject: [PATCH] remove data science --- content/setup/quickstart.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/content/setup/quickstart.md b/content/setup/quickstart.md index 3d262cd9..2a35042a 100644 --- a/content/setup/quickstart.md +++ b/content/setup/quickstart.md @@ -1,10 +1,8 @@ --- title: Quickstart -description: Do a quick test drive of Ocean Protocol components or interact with the network by using Jupyter notebooks. +description: Do a quick test drive of Ocean. --- -## 🐳 Developers: Barge - Developers can run and try every [Ocean software component](/concepts/components/) on their local machine, all at once, using Docker Compose. Ocean Protocol software developers do this often, to test their code against all the other Ocean components. ```bash @@ -24,9 +22,3 @@ Once everything is up and running, you can interact with the components. E.g. on For the details of what components are running, see the [`barge` repository](https://github.com/oceanprotocol/barge). - -## 👩‍🔬 Data Science: Jupyter notebooks - -You can try some free, online Jupyter notebooks that connect to a live Ocean test network. - -- [Tutorial: Jupyter Notebooks](/tutorials/jupyter-notebooks/)