mirror of https://github.com/explosion/spaCy.git
Update Juniper (see #2293)
This commit is contained in:
parent
647f2544c5
commit
c9547b7b8b
|
@ -12,8 +12,6 @@
|
|||
"COMPANY_URL": "https://explosion.ai",
|
||||
"DEMOS_URL": "https://explosion.ai/demos",
|
||||
"MODELS_REPO": "explosion/spacy-models",
|
||||
"KERNEL_BINDER": "ines/spacy-binder",
|
||||
"KERNEL_PYTHON": "python3",
|
||||
|
||||
"SPACY_VERSION": "2.0",
|
||||
"BINDER_VERSION": "2.0.11",
|
||||
|
@ -87,7 +85,7 @@
|
|||
],
|
||||
|
||||
"V_CSS": "2.1.3",
|
||||
"V_JS": "2.1.1",
|
||||
"V_JS": "2.1.2",
|
||||
"DEFAULT_SYNTAX": "python",
|
||||
"ANALYTICS": "UA-58931649-1",
|
||||
"MAILCHIMP": {
|
||||
|
|
|
@ -47,7 +47,7 @@ import initUniverse from './universe.vue.js';
|
|||
*/
|
||||
{
|
||||
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
Loading…
Reference in New Issue