@jupyterlab/json-extension 4.6.3 → 4.6.4
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This extension is in the official JupyterLab distribution.
|
|
|
6
6
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
|
9
|
-
To render [JSON-able dict or list](https://ipython.
|
|
9
|
+
To render [JSON-able dict or list](https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#IPython.display.JSON) in IPython:
|
|
10
10
|
|
|
11
11
|
```python
|
|
12
12
|
from IPython.display import JSON
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/json-extension",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.4",
|
|
4
4
|
"description": "JupyterLab - JSON Renderer",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"watch": "tsc -b --watch"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@jupyterlab/apputils": "^4.7.
|
|
36
|
-
"@jupyterlab/codemirror": "^4.6.
|
|
37
|
-
"@jupyterlab/rendermime-interfaces": "^3.14.
|
|
38
|
-
"@jupyterlab/translation": "^4.6.
|
|
39
|
-
"@jupyterlab/ui-components": "^4.6.
|
|
35
|
+
"@jupyterlab/apputils": "^4.7.4",
|
|
36
|
+
"@jupyterlab/codemirror": "^4.6.4",
|
|
37
|
+
"@jupyterlab/rendermime-interfaces": "^3.14.4",
|
|
38
|
+
"@jupyterlab/translation": "^4.6.4",
|
|
39
|
+
"@jupyterlab/ui-components": "^4.6.4",
|
|
40
40
|
"@lezer/highlight": "^1.2.0",
|
|
41
41
|
"@lumino/coreutils": "^2.2.2",
|
|
42
42
|
"@lumino/messaging": "^2.0.4",
|