Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2024
1 parent 993edbb commit 580a2e1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions notebooks/get_experiments_and_upload_files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "markdown",
"id": "e30c3874",
"id": "0",
"metadata": {},
"source": [
"# mease-elabftw: get experiments and upload files"
]
},
{
"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",
Expand All @@ -19,7 +19,7 @@
},
{
"cell_type": "markdown",
"id": "0fb6b0fe",
"id": "2",
"metadata": {},
"source": [
"### Import mease_elabftw"
Expand All @@ -28,7 +28,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9f88e6d1",
"id": "3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -37,7 +37,7 @@
},
{
"cell_type": "markdown",
"id": "5dce4556",
"id": "4",
"metadata": {},
"source": [
"### List all experiments matching `owner`"
Expand All @@ -46,7 +46,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a573b6e3",
"id": "5",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -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`"
Expand All @@ -64,7 +64,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "f3949d72",
"id": "7",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -92,7 +92,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "f8374cdc",
"id": "8",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -104,7 +104,7 @@
},
{
"cell_type": "markdown",
"id": "6ce58a22",
"id": "9",
"metadata": {},
"source": [
"### View metadata, linked item, etc from experiment"
Expand All @@ -113,7 +113,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "2d859f13",
"id": "10",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -122,7 +122,7 @@
},
{
"cell_type": "markdown",
"id": "db70450f",
"id": "11",
"metadata": {},
"source": [
"## Upload a file to an experiment"
Expand All @@ -131,7 +131,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "5e866865",
"id": "12",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -141,7 +141,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "03ced54c",
"id": "13",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 580a2e1

Please sign in to comment.