Skip to content

Commit

Permalink
Create how_to_run.md
Browse files Browse the repository at this point in the history
  • Loading branch information
da1996-04 authored Jun 17, 2024
1 parent 62460ad commit 4ad1f54
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions how_to_run.md
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)

0 comments on commit 4ad1f54

Please sign in to comment.