Skip to content

Commit f9b4ce3

Browse files
authored
Merge pull request #371 from remram44/patch-1
Fix code blocks in quickstart list
2 parents dffe408 + e5c11ce commit f9b4ce3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/source/index.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,18 @@ environment but rather for experimentation, learning, or new feature development
8484
Its most common use would be to interact with the streamz example jupyter notebooks. Lets walk through the steps needed for this.
8585

8686
- Build the Docker container
87-
.. code-block:: bash
88-
$ docker/build.sh
87+
88+
.. code-block:: bash
89+
90+
$ docker/build.sh
91+
8992
- Run the Docker container
90-
.. code-block:: bash
91-
$ docker/run.sh
92-
- Interact with Jupyter Lab on the container in your browser at `JUPYTER_LAB`_.
93-
.. JUPYTER_LAB: http://localhost:8888/
9493

94+
.. code-block:: bash
95+
96+
$ docker/run.sh
97+
98+
- Interact with Jupyter Lab on the container in your browser at `http://localhost:8888/ <http://localhost:8888/>`_.
9599

96100

97101
Related Work

0 commit comments

Comments
 (0)