diff --git a/notebooks/get_experiments_and_upload_files.ipynb b/notebooks/get_experiments_and_upload_files.ipynb index 0e89bbc..590d6d7 100644 --- a/notebooks/get_experiments_and_upload_files.ipynb +++ b/notebooks/get_experiments_and_upload_files.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "e30c3874", + "id": "0", "metadata": {}, "source": [ "# mease-elabftw: get experiments and upload files" @@ -10,7 +10,7 @@ }, { "cell_type": "markdown", - "id": "9f32e4b6", + "id": "1", "metadata": {}, "source": [ "Note: you need to have exported a valid API token to use this notebook, e.g.\n", @@ -19,7 +19,7 @@ }, { "cell_type": "markdown", - "id": "0fb6b0fe", + "id": "2", "metadata": {}, "source": [ "### Import mease_elabftw" @@ -28,7 +28,7 @@ { "cell_type": "code", "execution_count": null, - "id": "9f88e6d1", + "id": "3", "metadata": {}, "outputs": [], "source": [ @@ -37,7 +37,7 @@ }, { "cell_type": "markdown", - "id": "5dce4556", + "id": "4", "metadata": {}, "source": [ "### List all experiments matching `owner`" @@ -46,7 +46,7 @@ { "cell_type": "code", "execution_count": null, - "id": "a573b6e3", + "id": "5", "metadata": {}, "outputs": [], "source": [ @@ -55,7 +55,7 @@ }, { "cell_type": "markdown", - "id": "fb799ef4", + "id": "6", "metadata": {}, "source": [ "### Get all experiments matching `owner` without an existing upload matching `exclude_filename`" @@ -64,7 +64,7 @@ { "cell_type": "code", "execution_count": null, - "id": "f3949d72", + "id": "7", "metadata": {}, "outputs": [], "source": [ @@ -92,7 +92,7 @@ { "cell_type": "code", "execution_count": null, - "id": "f8374cdc", + "id": "8", "metadata": {}, "outputs": [], "source": [ @@ -104,7 +104,7 @@ }, { "cell_type": "markdown", - "id": "6ce58a22", + "id": "9", "metadata": {}, "source": [ "### View metadata, linked item, etc from experiment" @@ -113,7 +113,7 @@ { "cell_type": "code", "execution_count": null, - "id": "2d859f13", + "id": "10", "metadata": {}, "outputs": [], "source": [ @@ -122,7 +122,7 @@ }, { "cell_type": "markdown", - "id": "db70450f", + "id": "11", "metadata": {}, "source": [ "## Upload a file to an experiment" @@ -131,7 +131,7 @@ { "cell_type": "code", "execution_count": null, - "id": "5e866865", + "id": "12", "metadata": {}, "outputs": [], "source": [ @@ -141,7 +141,7 @@ { "cell_type": "code", "execution_count": null, - "id": "03ced54c", + "id": "13", "metadata": {}, "outputs": [], "source": []