jupyter-ijavascript-utils 1.6.3 → 1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -166,7 +166,7 @@ utils.vega.svg((vl) => vl.markPoint()
166
166
 
167
167
  Or try your hand at the [Vega Lite Examples](https://vega.github.io/vega-lite/examples/)
168
168
 
169
- ![Screenshot of Vega-Lite Examples](img/vegaLiteExamples.png)
169
+ ![Screenshot of Vega-Lite Examples](https://jupyter-ijavascript-utils.onrender.com/img/vegaLiteExamples.png)
170
170
 
171
171
  ## Create a Data Driven Map
172
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyter-ijavascript-utils",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "Utilities for working with iJavaScript - a Jupyter Kernel",
5
5
  "homepage": "https://jupyter-ijavascript-utils.onrender.com/",
6
6
  "main": "src/index.js",