{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# 研究データを追加する\n", "\n", "研究リポジトリを更新するためのノートブックです。" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 1. 追加したい研究データ情報を変数に入力する" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "data_title = ''" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 2. 研究データを研究フォルダに追加する" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 3. 変更内容を書き戻す" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 4. フローのdmp.jsonに追加した研究データを書き込む" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.8" } }, "nbformat": 4, "nbformat_minor": 4 }