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
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
I tried running the code on localhost with anaconda, I keep getting this error.
Notebook JSON is invalid: 'application/vnd.bokehjs_load.v0+json' does not match any of the regexes: '^(?!application/json$)[a-zA-Z0-9]+/[a-zA-Z0-9\-\+\.]+$'
Failed validating 'additionalProperties' in display_data['properties']['data']:
On instance['cells'][19]['outputs'][1]['data']:
{'application/javascript': '\n'
'(function(root) {\n'
' function now() {\n'
' return new Date();\n'
' }...',
'application/vnd.bokehjs_load.v0+json': '\n'
'(function(root) {\n'
' function now() {\n'
' return new Date();\n'
' }...'}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried running the code on localhost with anaconda, I keep getting this error.
Notebook JSON is invalid: 'application/vnd.bokehjs_load.v0+json' does not match any of the regexes: '^(?!application/json$)[a-zA-Z0-9]+/[a-zA-Z0-9\-\+\.]+$'
The text was updated successfully, but these errors were encountered: