Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions lectures/_admonition/gpu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
```{admonition} GPU
:class: warning

This lecture was built using a machine with access to a GPU --- although it will also run without one.

[Google Colab](https://colab.research.google.com/) has a free tier with GPUs
that you can access as follows:

1. Click on the "play" icon top right
2. Select Colab
3. Set the runtime environment to include a GPU
```
13 changes: 8 additions & 5 deletions lectures/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,15 @@ kernelspec:
برای اطلاعات بیشتر درباره کوندا، در ترمینال عبارت " conda help " را تایپ کنید.

(ipython_notebook)=
## Jupyter Notebooks
## {index}`Jupyter Notebooks <single: Jupyter Notebooks>`

```{index}
single: Python; IPython
single: IPython
single: Jupyter
```{index} single: Python; IPython
```

```{index} single: IPython
```

```{index} single: Jupyter
```

[ژوپیتر](http://jupyter.org/) نوت بوک ها یکی از چندین راه های قابل دسترس برای ارتباط برقرار کردن با پایتون هستند.
Expand Down
Loading