You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`None`| Load license automatically via one of the **Auto-Detection Mechanisms**|`jsl.start()`|`False`|
33
33
|`browser_login`| Browser based authorization, Button to click on Notebooks and Browser Pop-Up otherwise. |`jsl.start(browser_login=True)`|`False`|
34
-
|`access_token`| Vist [my.johnsnowlabs.com](https://my.johnsnowlabs.com/) to extract a token which you can provide to enable license access. See [Access Token Example](http://nlu.johnsnowlabs.com/docs/en/install#via-access-token)|`jsl.start(access_token='myToken')`|`None`|
34
+
|`access_token`| Vist [my.johnsnowlabs.com](https://my.johnsnowlabs.com/) to extract a token which you can provide to enable license access. See [Access Token Example](https://nlu.johnsnowlabs.com/docs/en/install#via-access-token)|`jsl.start(access_token='myToken')`|`None`|
35
35
|`secrets_file`| Define JSON license file with keys defined by [License Variable Overview](https://nlu.johnsnowlabs.com/docs/en/install#license-variables-names-for-json-and-os-variables) and provide file path |`jsl.start(secrets_file='path/to/license.json')`|`None`|
36
36
|`store_in_jsl_home`| Disable caching of new licenses to `~./jsl_home`|`jsl.start(store_in_jsl_home=False)`|`True`|
37
37
|`local_license_number`| Specify which license to use, if you have access to multiple locally cached |`jsl.start(license_number=5)`|`0`|
0 commit comments