jupyter-js-services
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -23,5 +23,6 @@ // Copyright (c) Jupyter Development Team. | ||
stream: { name: 'string', text: 'string' }, | ||
display_data: { source: 'string', data: 'any', metadata: 'object' }, | ||
display_data: { data: 'any', metadata: 'object' }, | ||
execute_input: { code: 'string', execution_count: 'number' }, | ||
execute_result: { execution_count: 'number', data: 'any', metadata: 'object' }, | ||
execute_result: { execution_count: 'number', data: 'any', | ||
metadata: 'object' }, | ||
error: { ename: 'string', evalue: 'string', traceback: 'object' }, | ||
@@ -28,0 +29,0 @@ status: { execution_state: 'string' }, |
{ | ||
"name": "jupyter-js-services", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Client APIs for the Jupyter services REST APIs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4521
160200