Skip to content

Commit

Permalink
Update tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
maystery committed Jan 20, 2021
1 parent 7994171 commit 7884a8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sphinx/source/tutorial-bigdata-ai.rst
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ For more information on how to use the JupyterLab web-based user interface, visi

**Download**

You can download the example as `tutorials.examples.jupyterlab <https://raw.githubusercontent.com/occopus/docs/devel/tutorials/jupyterlab.tar.gz>`_ .
You can download the example as `tutorials.examples.jupyterlab <https://raw.githubusercontent.com/occopus/docs/master/tutorials/jupyterlab.tar.gz>`_ .

.. note::

Expand Down
Binary file modified tutorials/jupyterlab.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions tutorials/jupyterlab/nodes/cloud_init_jupyterlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ write_files:
#!/bin/bash
echo "==> Copying JUPYTERLAB EXAMPLES started."
mkdir -p ~/workspace/examples
curl -fsSL https://raw.githubusercontent.com/occopus/docs/devel/tutorials/jupyterlab/examples/what-is-the-jupyter-notebook.ipynb -o ~/workspace/examples/what-is-the-jupyter-notebook.ipynb
curl -fsSL https://raw.githubusercontent.com/occopus/docs/devel/tutorials/jupyterlab/examples/list-of-python-packages.ipynb -o ~/workspace/examples/list-of-python-packages.ipynb
curl -fsSL https://raw.githubusercontent.com/occopus/docs/master/tutorials/jupyterlab/examples/what-is-the-jupyter-notebook.ipynb -o ~/workspace/examples/what-is-the-jupyter-notebook.ipynb
curl -fsSL https://raw.githubusercontent.com/occopus/docs/master/tutorials/jupyterlab/examples/list-of-python-packages.ipynb -o ~/workspace/examples/list-of-python-packages.ipynb
echo "==> Copying JUPYTERLAB EXAMPLES finished."
permissions: '755'

Expand Down

0 comments on commit 7884a8e

Please sign in to comment.