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
-31Lines changed: 0 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,37 +84,6 @@ A pre-bundled script that contains all APIs needed to use Jupyter UI Toolkit is
84
84
85
85
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.
86
86
87
-
## Contributing
88
-
89
-
You will need to install `yarn` (for example with `npm install --global yarn`).
90
-
91
-
To build the components packages, execute:
92
-
93
-
```sh
94
-
yarn install
95
-
yarn build
96
-
```
97
-
98
-
Then to interactively test or develop web components:
99
-
100
-
```sh
101
-
cd packages/components
102
-
yarn start
103
-
```
104
-
105
-
### JupyterLab demo extension
106
-
107
-
To test locally the JupyterLab demo extension, using `conda` package manager:
0 commit comments