Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/runners/interactive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ a quick reference). For a more general and complete getting started guide, see
when you run `setup.py`**

* ```bash
$ git clone git@github.com:apache/beam.git
$ git clone https://github.com/apache/beam
$ cd beam/sdks/python
$ python setup.py install
```
Expand Down Expand Up @@ -159,7 +159,7 @@ Or after you've already opend a notebook, change the kernel by clicking

Voila! You can now run Beam pipelines interactively in your Jupyter notebook!

**See [Interactive Beam Example.ipynb](examples/Interactive Beam Example.ipynb)
**See [Interactive Beam Example.ipynb](examples/Interactive%20Beam%20Example.ipynb)
for more examples.**

## Portability
Expand Down