jupyter-ijavascript-utils 1.21.2 → 1.21.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DOCS.md +19 -0
- package/README.md +5 -2
- package/package.json +1 -1
package/DOCS.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://jupyter-ijavascript-utils.onrender.com/" alt="Documentation">
|
|
3
|
+
<img src="https://img.shields.io/badge/Documentation-here-informational" />
|
|
4
|
+
</a>
|
|
5
|
+
<a href="https://jupyter-ijavascript-utils.onrender.com/LICENSE" alt="License">
|
|
6
|
+
<img src="https://img.shields.io/badge/License-MIT-green" />
|
|
7
|
+
</a>
|
|
8
|
+
<img src="https://img.shields.io/badge/Coverage-98-green" />
|
|
9
|
+
<a href="https://www.npmjs.com/package/jupyter-ijavascript-utils" alt="npm">
|
|
10
|
+
<img src="https://img.shields.io/badge/npm-%5E1.X-red" />
|
|
11
|
+
</a>
|
|
12
|
+
<a href="https://github.com/paulroth3d/jupyter-ijavascript-utils" alt="npm">
|
|
13
|
+
<img src="https://img.shields.io/badge/github-here-black" />
|
|
14
|
+
</a>
|
|
15
|
+
<a href="https://mybinder.org/v2/gh/paulroth3d/jupyter-ijavascript-utils/main" alt="Launch Binder">
|
|
16
|
+
<img src="https://mybinder.org/badge_logo.svg" />
|
|
17
|
+
</a>
|
|
18
|
+
</p>
|
|
19
|
+
|
|
1
20
|
# Overview
|
|
2
21
|
|
|
3
22
|
This is a library to help people that understand JavaScript
|
package/README.md
CHANGED
|
@@ -6,11 +6,14 @@
|
|
|
6
6
|
<img src="https://img.shields.io/badge/License-MIT-green" />
|
|
7
7
|
</a>
|
|
8
8
|
<img src="https://img.shields.io/badge/Coverage-98-green" />
|
|
9
|
+
<a href="https://www.npmjs.com/package/jupyter-ijavascript-utils" alt="npm">
|
|
10
|
+
<img src="https://img.shields.io/badge/npm-%5E1.X-red" />
|
|
11
|
+
</a>
|
|
9
12
|
<a href="https://github.com/paulroth3d/jupyter-ijavascript-utils" alt="npm">
|
|
10
|
-
<img src="https://img.shields.io/badge/
|
|
13
|
+
<img src="https://img.shields.io/badge/github-here-black" />
|
|
11
14
|
</a>
|
|
12
15
|
<a href="https://mybinder.org/v2/gh/paulroth3d/jupyter-ijavascript-utils/main" alt="Launch Binder">
|
|
13
|
-
|
|
16
|
+
<img src="https://mybinder.org/badge_logo.svg" />
|
|
14
17
|
</a>
|
|
15
18
|
</p>
|
|
16
19
|
|
package/package.json
CHANGED