* library installation graphic

* resize library installation graphic (#25)

* Docs/issue 2 (#27)

* resize library installation graphic

* doc update
This commit is contained in:
Jesus Aguilar 2020-02-13 01:25:57 -05:00 коммит произвёл GitHub
Родитель 9cd3730f86
Коммит 9471e5e9f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -11,8 +11,8 @@
- [Nutter CLI](#nutter-cli)
* [Getting Started with the Nutter CLI](#getting-started-with-the-nutter-cli)
- [Examples](#examples)
* [1. Listing Test Notebooks](#1-listing-test-notebooks)
* [2. Executing Test Notebooks](#2-executing-test-notebooks)
* [Listing Test Notebooks](#listing-test-notebooks)
* [Executing Test Notebooks](#executing-test-notebooks)
* [Run single test notebook](#run-single-test-notebook)
* [Run multiple tests notebooks](#run-multiple-tests-notebooks)
* [Parallel Execution](#parallel-execution)
@ -197,7 +197,7 @@ __Note:__ For more information about personal access tokens review [Databricks
## Examples
### 1. Listing Test Notebooks
### Listing Test Notebooks
The following command list all test notebooks in the folder ```/dataload```
@ -215,7 +215,7 @@ You can list all test notebooks in the folder structure using the ```--recursive
nutter list /dataload --recursive
```
### 2. Executing Test Notebooks
### Executing Test Notebooks
The ```run``` command schedules the execution of test notebooks and waits for their result.