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: README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ Styles and API are not guarantee between minor versions prior to v1.0.0.
54
54
55
55
## Getting started
56
56
57
+
### From NPM
58
+
57
59
You will need to install `yarn` (for example with `npm install --global yarn`).
58
60
59
61
To build the components packages, execute:
@@ -70,6 +72,22 @@ cd packages/components
70
72
yarn start
71
73
```
72
74
75
+
### From CDN
76
+
77
+
A pre-bundled script that contains all APIs needed to use Jupyter UI Toolkit is available on CDN. You can use this script by adding [`type="module"`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) to the script element and then importing from the CDN.
The above CDN location points to the latest release of `@jupyter-notebook/web-components`. It is advised that when you deploy your site or app, you import the specific version you have developed and tested with.
90
+
73
91
### JupyterLab demo extension
74
92
75
93
To test locally the JupyterLab demo extension, using `conda` package manager:
0 commit comments