Skip to content

Commit

Permalink
copied Marjorie's changes related to copy-code button
Browse files Browse the repository at this point in the history
- stuff from #249
- updated images showing the "Copy Jupyter Notebook Code" button during Job submission
- updated text describing that button
  • Loading branch information
rtapella committed Jul 18, 2023
1 parent 03836d7 commit 82a3081
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
Binary file added docs/source/_static/jobs_ui_copy_code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/jobs_ui_submit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/jobs_ui_submit_detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/jobs_ui_submit_toast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,23 @@
"\n",
"![jobs_ui_failed_toast](../../_static/jobs_ui_failed_toast.png)"
]
},
{
"cell_type": "markdown",
"id": "bc245e99-f531-4bcb-b504-c67d40352c29",
"metadata": {},
"source": [
"## Generate Job Submission Command\n",
"\n",
"Users may fill out the job submission form and - instead of submitting the job - click the __Copy Jupyter Notebook Code__ button to copy the __maap-py__ job submission command to their clipboard to then paste it into a Jupyter notebook.\n",
"\n",
"![jobs_ui_copy_code](../../_static/jobs_ui_copy_code.png)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -81,9 +93,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.9.1"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 82a3081

Please sign in to comment.