Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ supported operating system / architecture configurations. Each zip is self-conta
and use:
* Ensure that Python and Jupyter are installed. The latter can be accomplished with
`pip install jupyter`.
* Download the appropiate `RexlKernel_<OS>_<Arch>_Release.zip` file.
* Download the appropriate `RexlKernel_<OS>_<Arch>_Release.zip` file.
* Extract the contents of the `.zip` to a folder.
* Open a command line shell and `cd` into the extracted folder.
* Run `RexlKernel register`.
Expand All @@ -141,6 +141,9 @@ Documentation for this project is in the [docs](/docs) directory.

## Samples

Note: Sample Jupyter notebooks and associated data are being moved to the
[Rexl Sample Notebooks project](https://github.com/microsoft/Rexl-sample-notebooks).

There is a [samples](/samples) directory containing sample data, scripts,
and notebooks. More will be added over time. To run sample scripts, use either `RexlBench` or `RexlRun`. To run
notebooks, follow the instructions in [Running Jupyter](#running-jupyter). We hope to add Jupyter kernel installer
Expand Down
2 changes: 1 addition & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Samples

This directory contains samples for Rexl and RexlScript. It comtains the directories
This directory contains samples for Rexl and RexlScript. It contains the directories
* [notebooks](#notebooks)
* [data](#data)

Expand Down