소스 검색

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

ivis-yoshida 2 년 전
부모
커밋
f15e159d5c
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      PACKAGE/SECTIONS/enter_metadata.ipynb
  2. 1 1
      PACKAGE/SECTIONS/finish.ipynb

+ 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"
    ]
   },