diff --git a/notebooks/global_explain_embedding_components.ipynb b/notebooks/global_explain_embedding_components.ipynb index 71b1017..a9faca6 100644 --- a/notebooks/global_explain_embedding_components.ipynb +++ b/notebooks/global_explain_embedding_components.ipynb @@ -50,7 +50,7 @@ { "cell_type": "markdown", "source": [ - "Download the XSWEM code from GitHub." + "Install XSWEM." ], "metadata": { "collapsed": false @@ -61,10 +61,7 @@ "execution_count": null, "outputs": [], "source": [ - "!git clone https://github.com/KieranLitschel/XSWEM\n", - "!mv XSWEM/* ./\n", - "!rm -rf XSWEM\n", - "!pip install -r requirements.txt" + "!pip install xswem" ], "metadata": { "collapsed": false, diff --git a/notebooks/train_xswem.ipynb b/notebooks/train_xswem.ipynb index 35fe9a3..382f3cf 100644 --- a/notebooks/train_xswem.ipynb +++ b/notebooks/train_xswem.ipynb @@ -41,7 +41,7 @@ { "cell_type": "markdown", "source": [ - "Download the XSWEM code from GitHub." + "Install XSWEM." ], "metadata": { "collapsed": false @@ -52,10 +52,7 @@ "execution_count": null, "outputs": [], "source": [ - "!git clone https://github.com/KieranLitschel/XSWEM\n", - "!mv XSWEM/* ./\n", - "!rm -rf XSWEM\n", - "!pip install -r requirements.txt" + "!pip install xswem" ], "metadata": { "collapsed": false,