","value":"0x7FFFFFFFFFFFFFFFFFF"}, "node0"],"id":0}' -H "Content-Type: application/json" -X POST localhost:8545
@@ -46,6 +46,6 @@ That command uses [Ethereum's JSON RPC API](https://wiki.parity.io/JSONRPC.html)
One way to get some Ocean Tokens, for the network you're connected to, is by running Pleuston (a demo Ocean marketplace web app) and then clicking in the top right corner of the Pleuston user interface. If you see "Make it rain" then click that.
-Running Pleuston, along with all the software it needs to work, is beyond the scope of this tutorial. If you want to do _that_, then the current best option is to use the scripts and Docker Compose files in the [🐳 docker-images repository](https://github.com/oceanprotocol/docker-images).
+Running Pleuston, along with all the software it needs to work, is beyond the scope of this tutorial. If you want to do _that_, then the current best option is to use the scripts and Docker Compose files in the [🐳 barge repository](https://github.com/oceanprotocol/barge).
-
+
diff --git a/content/tutorials/introduction.md b/content/tutorials/introduction.md
index 52b4fc23..5cc2c6b5 100644
--- a/content/tutorials/introduction.md
+++ b/content/tutorials/introduction.md
@@ -3,14 +3,9 @@ title: Overview of the Tutorials
description: What you can expect to find in these Ocean Protocol tutorials.
---
-These tutorials give examples of how to use squid-js (JavaScript) and squid-py (Python) to:
+The idea of these tutorials is to show you how to use squid-js (JavaScript) and squid-py (Python) to:
- publish a data set
-- publish a compute service
- get and use a data set
+- publish a compute service
- get and use a compute service
-
-The Python tutorials use [Jupyter notebooks](http://jupyter.org/).
-For now, check out [the Mantaray repository](https://github.com/oceanprotocol/mantaray). In the future, we hope to have live online Jupyter notebooks.
-
-
diff --git a/content/tutorials/jupyter-notebooks.md b/content/tutorials/jupyter-notebooks.md
new file mode 100644
index 00000000..450f935c
--- /dev/null
+++ b/content/tutorials/jupyter-notebooks.md
@@ -0,0 +1,19 @@
+---
+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.
+
+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)."
diff --git a/content/tutorials/react-setup.md b/content/tutorials/react-setup.md
index c7e9def3..dc5e8f8f 100644
--- a/content/tutorials/react-setup.md
+++ b/content/tutorials/react-setup.md
@@ -9,7 +9,7 @@ description: This tutorial shows how you can build a basic [React](https://react
- `npm` >= 5.2 is installed. You can check using `npm -v`
- Do the tutorial to [Set Up Azure Storage](/tutorials/azure-for-brizo/).
- Use a browser with [MetaMask](https://metamask.io/) and some Ether in your account. See the tutorial about [getting Ether and Ocean Tokens for testnets](/tutorials/get-ether-and-ocean-tokens/).
-- Git clone the [oceanprotocol/docker-images](https://github.com/oceanprotocol/docker-images) repository, then in that directory:
+- Git clone the [oceanprotocol/barge](https://github.com/oceanprotocol/barge) repository, then in that directory:
- Edit the `brizo.env` file and set all `AZURE_`... values.
- Run `./start_ocean.sh --no-pleuston --local-kovan-node`. This runs several Ocean services locally, including a local Parity Ethereum node connected to the Kovan Testnet.
diff --git a/data/sidebars/tutorials.yml b/data/sidebars/tutorials.yml
index 0334d513..dfafeb9d 100644
--- a/data/sidebars/tutorials.yml
+++ b/data/sidebars/tutorials.yml
@@ -9,7 +9,7 @@
- title: Set Up Azure Storage
link: /tutorials/azure-for-brizo/
-- group: React App Tutorial
+- group: React App Tutorial (squid-js)
items:
- title: Setup
link: /tutorials/react-setup/
@@ -17,3 +17,8 @@
link: /tutorials/react-publish-data-set/
- title: Get & Use a Data Set
link: /tutorials/react-get-use-data-set/
+
+- group: squid-py Tutorials
+ items:
+ - title: Jupyter Notebooks
+ link: /tutorials/jupyter-notebooks/
diff --git a/src/components/Repositories/QuickRun.jsx b/src/components/Repositories/QuickRun.jsx
index 5d651bc7..93cbc8f3 100644
--- a/src/components/Repositories/QuickRun.jsx
+++ b/src/components/Repositories/QuickRun.jsx
@@ -19,9 +19,9 @@ const QuickRun = ({ name }) => (
git clone
- https://github.com/oceanprotocol/docker-images.git
+ https://github.com/oceanprotocol/barge.git
- cd docker-images/
+ cd barge/
./start_ocean.sh --latest
diff --git a/src/components/Repositories/index.jsx b/src/components/Repositories/index.jsx
index bd60c7a8..d52881d5 100644
--- a/src/components/Repositories/index.jsx
+++ b/src/components/Repositories/index.jsx
@@ -32,7 +32,7 @@ const Repositories = () => (
return (
-
+