Skip to content

Commit

Permalink
Update URL to Vue Components v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 22, 2021
1 parent 6bc1e1a commit 1accbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeo/internal/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# These classes are proxies to visualize openEO responses nicely in Jupyter
# To show the actual list or dict in Jupyter, use repr() or print()

SCRIPT_URL = 'https://cdn.jsdelivr.net/npm/@openeo/vue-components@2.0.0-beta.2/assets/openeo.js'
SCRIPT_URL = 'https://cdn.jsdelivr.net/npm/@openeo/vue-components@2.0.0-rc.1/assets/openeo.js'
COMPONENT_MAP = {
'file-format': 'format',
'file-formats': 'formats',
Expand Down

0 comments on commit 1accbb3

Please sign in to comment.