-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 changed file
with
75 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
## 実習notebookの動かし方 | ||
|
||
|
||
|
||
### 前提 | ||
|
||
Gmailアドレスを事前に取得し、Googleアカウントにログインした状態にします。 | ||
<br> | ||
|
||
### 1. notebook一覧の表示 | ||
|
||
|
||
以下のリンクをクリックしてNotebook一覧を表示します。 <br> | ||
|
||
|
||
[Notebook一覧](https://github.com/proxima-technology/casadi_mpc_nyuumon#google-colab%E3%81%B8%E3%81%AE%E3%83%AA%E3%83%B3%E3%82%AF) | ||
|
||
<br> | ||
|
||
コントロールキーを押しながらリンクをクリックすると別タブで開くことができます。<br> | ||
|
||
|
||
|
||
### 2. 実行したいnotebookの選択 | ||
|
||
左のリストから実行したいnotebookのリンクをクリックします。(右のリストからでも起動可能です。 | ||
<br> | ||
|
||
<div align="left"> | ||
<img src="../images/step1.png" width="800"> | ||
</div> | ||
|
||
<br> | ||
以下では「2章_よく利用される確率分布.ipynb」を選択しています。 | ||
<br> | ||
|
||
### 3. Google Colabの起動 | ||
|
||
画面右上の**Open in Colab**アイコンをクリックします。<br> | ||
|
||
<div align="left"> | ||
<img src="../images/step2.png" width="800"> | ||
</div> | ||
|
||
<br> | ||
|
||
### 4. notebookのコピー | ||
画面左上に8の数字を横にしたアイコンが表示されていれば、すでにGoogle Colabが使える状態です。<br> | ||
|
||
ただ、このままでは更新したNotebookを保存できないので、Notebookを自分のホームディレクトリにコピーします。<br> | ||
そのためには、画面右上の**ドライブにコピー**をクリックして下さい。<br> | ||
|
||
<div align="left"> | ||
<img src="../images/step3.png" width="800"> | ||
</div> | ||
|
||
<br> | ||
|
||
### 5. notebookの 実行 | ||
|
||
画面上部のファイル名が「xxx.ipynbのコピー」となっていれば、ホームディレクトリへのコピーが完了しています。<br> | ||
|
||
|
||
|
||
<div align="left"> | ||
<img src="../images/step4.png" width="800"> | ||
</div> | ||
|
||
<br> | ||
|
||
|
||
|
||
この状態で、「Shift + Enter」(Shift を押しながら Enter を押す)を入力すると、選択されたセルが 実行されます。あるいは、メニューから「ラインタイム」「すべてのセルを実行」をクリックすると、すべてのセルを同時に実行することもできます。 | ||
|
||
[メインページに戻る](readme.md) |