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
Copy file name to clipboardexpand all lines: docs/README-STUB.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ When a library is included with `%use` keyword, the following functionality is a
160
160
- library initialization code
161
161
- renderers for special types, e.g. charts and data frames
162
162
163
-
This behavior is defined by `json` library descriptor. Descriptors for all supported libraries can be found in [libraries](../libraries)directory.
163
+
This behavior is defined by `json` library descriptor. Descriptors for all supported libraries can be found in [libraries](https://github.com/Kotlin/kotlin-jupyter-libraries)repository.
164
164
A library descriptor may provide a set of properties with default values that can be overridden when library is included.
165
165
The major use case for library properties is to specify a particular version of library. If descriptor has only one property, it can be
166
166
defined without naming:
@@ -175,8 +175,7 @@ Several libraries can be included in single `%use` statement, separated by `,`:
175
175
```
176
176
%use lets-plot, krangl, mysql(8.0.15)
177
177
```
178
-
You can also specify the source of library descriptor. By default, it's taken from the `libraries` directory
179
-
of kernel installation. If you want to try descriptor from another revision, use the following syntax:
178
+
You can also specify the source of library descriptor. By default, it's taken from the [libraries repository](https://github.com/Kotlin/kotlin-jupyter-libraries). If you want to try descriptor from another revision, use the following syntax:
Copy file name to clipboardexpand all lines: docs/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ When a library is included with `%use` keyword, the following functionality is a
167
167
- library initialization code
168
168
- renderers for special types, e.g. charts and data frames
169
169
170
-
This behavior is defined by `json` library descriptor. Descriptors for all supported libraries can be found in [libraries](../libraries)directory.
170
+
This behavior is defined by `json` library descriptor. Descriptors for all supported libraries can be found in [libraries](https://github.com/Kotlin/kotlin-jupyter-libraries)repository.
171
171
A library descriptor may provide a set of properties with default values that can be overridden when library is included.
172
172
The major use case for library properties is to specify a particular version of library. If descriptor has only one property, it can be
173
173
defined without naming:
@@ -182,8 +182,7 @@ Several libraries can be included in single `%use` statement, separated by `,`:
182
182
```
183
183
%use lets-plot, krangl, mysql(8.0.15)
184
184
```
185
-
You can also specify the source of library descriptor. By default, it's taken from the `libraries` directory
186
-
of kernel installation. If you want to try descriptor from another revision, use the following syntax:
185
+
You can also specify the source of library descriptor. By default, it's taken from the [libraries repository](https://github.com/Kotlin/kotlin-jupyter-libraries). If you want to try descriptor from another revision, use the following syntax:
Copy file name to clipboardexpand all lines: jupyter-lib/shared-compiler/src/main/kotlin/org/jetbrains/kotlinx/jupyter/libraries/ResolutionInfoProvider.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ class StandardResolutionInfoProvider(override var fallback: LibraryResolutionInf
0 commit comments