Browse Source

git-annex in jovyan@jupyter-ivis-5frino-5fmizuguchi-40rdm-2enii-2eac-2ejp--ivis-2dm:~/

jovyan 2 years ago
parent
commit
b43ad9ccde
1 changed files with 77 additions and 11 deletions
  1. 77 11
      maDMP.ipynb

+ 77 - 11
maDMP.ipynb

@@ -15,8 +15,13 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 1,
    "metadata": {
+    "deletable": false,
+    "editable": false,
+    "run_through_control": {
+     "frozen": true
+    },
     "scrolled": true
    },
    "outputs": [],
@@ -29,11 +34,30 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 2,
    "metadata": {
+    "deletable": false,
+    "editable": false,
+    "run_through_control": {
+     "frozen": true
+    },
     "scrolled": true
    },
-   "outputs": [],
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Cloning into '/home/jovyan/WORKFLOW'...\n",
+      "remote: Enumerating objects: 3964, done.\u001b[K\n",
+      "remote: Counting objects: 100% (445/445), done.\u001b[K\n",
+      "remote: Compressing objects: 100% (211/211), done.\u001b[K\n",
+      "remote: Total 3964 (delta 238), reused 421 (delta 233), pack-reused 3519\u001b[K\n",
+      "Receiving objects: 100% (3964/3964), 51.95 MiB | 10.83 MiB/s, done.\n",
+      "Resolving deltas: 100% (1813/1813), done.\n"
+     ]
+    }
+   ],
    "source": [
     "# ワークフローテンプレート取得\n",
     "clone_url = 'https://github.com/NII-DG/workflow-template'+'.git'\n",
@@ -44,11 +68,24 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 3,
    "metadata": {
+    "deletable": false,
+    "editable": false,
+    "run_through_control": {
+     "frozen": true
+    },
     "scrolled": true
    },
-   "outputs": [],
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "最適化処理が完了しました。次の手順へお進みください。\n"
+     ]
+    }
+   ],
    "source": [
     "# dmp.jsonに\"fields\"プロパティがある想定\n",
     "import os\n",
@@ -71,8 +108,14 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
+   "execution_count": 4,
+   "metadata": {
+    "deletable": false,
+    "editable": false,
+    "run_through_control": {
+     "frozen": true
+    }
+   },
    "outputs": [],
    "source": [
     "# モニタリング準備\n",
@@ -107,9 +150,25 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
-   "outputs": [],
+   "execution_count": 5,
+   "metadata": {
+    "deletable": false,
+    "editable": false,
+    "run_through_control": {
+     "frozen": true
+    }
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "ワークフローの生成が完了しました。以下のURLをクリックすることで\n",
+      "ワークフロー全体図を閲覧できるページに遷移します。\n",
+      "https://jupyter.cs.rcos.nii.ac.jp//user/ivis_rino_mizuguchi@rdm.nii.ac.jp/ivis-mizuguchi-0530-ielh0fsv/notebooks/WORKFLOW/FLOW/base_FLOW.ipynb\n"
+     ]
+    }
+   ],
    "source": [
     "import os\n",
     "import nbformat\n",
@@ -165,6 +224,13 @@
     "print('ワークフロー全体図を閲覧できるページに遷移します。')\n",
     "print(rcos_binder_url + os.environ['JUPYTERHUB_SERVICE_PREFIX'] + flow_path_notebook)"
    ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": []
   }
  ],
  "metadata": {
@@ -183,7 +249,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.8.12"
+   "version": "3.9.10"
   }
  },
  "nbformat": 4,