-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
70 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Submission Instructions\n", | ||
"\n", | ||
"1. Click on the `Open in Colab` button at the top of each lab notebook. This will open the lab in Google Colab.\n", | ||
"2. Copy the notebook to your Google Drive. The notebook will be saved to **My Drive -> Colab Notebooks -> Copy of lab_x.ipynb**. You can change the filename back to **lab_x.ipynb**.\n", | ||
"\n", | ||
" ![](https://i.imgur.com/1bxdiTz.png)\n", | ||
"3. Follow the directions on the lab notebook and write code to complete the exercises.\n", | ||
"4. When you are finished, Click on **Runtime -> Restart and run all**. Make sure that you notebook runs well and all code cell outputs are shown. \n", | ||
"\n", | ||
" ![](https://i.imgur.com/6juNLRG.png)\n", | ||
"\n", | ||
"5. Click on the **Share** button in the top right corner and change the notebook general access from Restrcted to **Anyone with the link**. \n", | ||
"\n", | ||
" ![](https://i.imgur.com/FmNZSdx.png)\n", | ||
"6. Click on the **Copy link** button.\n", | ||
"\n", | ||
" ![](https://i.imgur.com/3v1DNoj.png)\n", | ||
"7. Open Chrome Incognito mode, paste the link to the address bar and press Enter. Make sure that you can preview the notebook content. Otherwise, you might need to save a copy of the notebook from Colab to your Google Drive. \n", | ||
"8. Copy the link and paste it to the Lab Submission page." | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"language_info": { | ||
"name": "python" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
jupytext: | ||
text_representation: | ||
extension: .md | ||
format_name: myst | ||
format_version: 0.13 | ||
jupytext_version: 1.15.2 | ||
--- | ||
|
||
# Submission Instructions | ||
|
||
1. Click on the `Open in Colab` button at the top of each lab notebook. This will open the lab in Google Colab. | ||
2. Copy the notebook to your Google Drive. The notebook will be saved to **My Drive -> Colab Notebooks -> Copy of lab_x.ipynb**. You can change the filename back to **lab_x.ipynb**. | ||
|
||
![](https://i.imgur.com/1bxdiTz.png) | ||
3. Follow the directions on the lab notebook and write code to complete the exercises. | ||
4. When you are finished, Click on **Runtime -> Restart and run all**. Make sure that you notebook runs well and all code cell outputs are shown. | ||
|
||
![](https://i.imgur.com/6juNLRG.png) | ||
|
||
5. Click on the **Share** button in the top right corner and change the notebook general access from Restrcted to **Anyone with the link**. | ||
|
||
![](https://i.imgur.com/FmNZSdx.png) | ||
6. Click on the **Copy link** button. | ||
|
||
![](https://i.imgur.com/3v1DNoj.png) | ||
7. Open Chrome Incognito mode, paste the link to the address bar and press Enter. Make sure that you can preview the notebook content. Otherwise, you might need to save a copy of the notebook from Colab to your Google Drive. | ||
8. Copy the link and paste it to the Lab Submission page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters