Ver código fonte

update: 軽微なリファクタリング

ivis-yoshida 2 anos atrás
pai
commit
f15e159d5c

+ 0 - 1
PACKAGE/SECTIONS/enter_metadata.ipynb

@@ -88,7 +88,6 @@
     "%cd ~/\n",
     "!git add ~/\n",
     "!git commit -m 'メタデータ入力'\n",
-    "!git push\n",
     "\n",
     "# import papermill as pm\n",
     "# \n",

+ 1 - 1
PACKAGE/SECTIONS/finish.ipynb

@@ -23,7 +23,7 @@
    "outputs": [],
    "source": [
     "%%sh\n",
-    "conda env export > ~/environment.yaml\n",
+    "conda env export > ~/environment.yml\n",
     "pip freeze > ~/requirements.txt"
    ]
   },