Update Juniper (see #2293)

This commit is contained in:
ines 2018-05-03 15:36:02 +02:00
parent 647f2544c5
commit c9547b7b8b
3 changed files with 4 additions and 6 deletions

View File

@ -12,8 +12,6 @@
"COMPANY_URL": "https://explosion.ai", "COMPANY_URL": "https://explosion.ai",
"DEMOS_URL": "https://explosion.ai/demos", "DEMOS_URL": "https://explosion.ai/demos",
"MODELS_REPO": "explosion/spacy-models", "MODELS_REPO": "explosion/spacy-models",
"KERNEL_BINDER": "ines/spacy-binder",
"KERNEL_PYTHON": "python3",
"SPACY_VERSION": "2.0", "SPACY_VERSION": "2.0",
"BINDER_VERSION": "2.0.11", "BINDER_VERSION": "2.0.11",
@ -87,7 +85,7 @@
], ],
"V_CSS": "2.1.3", "V_CSS": "2.1.3",
"V_JS": "2.1.1", "V_JS": "2.1.2",
"DEFAULT_SYNTAX": "python", "DEFAULT_SYNTAX": "python",
"ANALYTICS": "UA-58931649-1", "ANALYTICS": "UA-58931649-1",
"MAILCHIMP": { "MAILCHIMP": {

View File

@ -47,7 +47,7 @@ import initUniverse from './universe.vue.js';
*/ */
{ {
if (window.Juniper) { if (window.Juniper) {
new Juniper({ repo: 'ines/spacy-binder' }); new Juniper({ repo: 'ines/spacy-io-binder' });
} }
} }

File diff suppressed because one or more lines are too long