Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Basics Jupyter Notebook
Search
a-op5
September 15, 2019
Programming
0
25
Basics Jupyter Notebook
Basics Jupyter Notebook
a-op5
September 15, 2019
Tweet
Share
More Decks by a-op5
See All by a-op5
Basics Google Colab
aop5
0
27
Python 101 Slides
aop5
0
39
Other Decks in Programming
See All in Programming
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
460
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
270
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
240
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.4k
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
140
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
390
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
210
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
アセットのコンパイルについて
ojun9
0
120
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
290
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Git: the NoSQL Database
bkeepers
PRO
431
66k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
A designer walks into a library…
pauljervisheath
207
24k
4 Signs Your Business is Dying
shpigford
184
22k
Site-Speed That Sticks
csswizardry
10
810
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Transcript
kuala lumpur Jupyter Notebook Super Basic Instruction
Step 0 - go to the link below and download
Anaconda (python 3+) http://www.anaconda.com/download After you have installed Anaconda, follow the steps in the next slides
Step 1 - Click on the Anaconda navigator Icon on
your desktop
Step 2 - You will see the Anaconda loading icon
Have patience young padawan ( it may take a while)
Step 3 - Open Jupyter Notebook
Step 4 - Jupyter will show a directory which will
be the same as your user’s directory
Step 5 - Choose a folder to save your file
in. I will choose Desktop
Step 6 - Create new file , choose python3
Step 7 - Test code shift + enter will execute
the code in the cell and create a new cell at the bottom
Step 8 - Rename Jupyter Notebook
Step 8 - Rename and Save Jupyter Notebook
Step 9 - Save Jupyter Notebook
You can view the first_nb.ipynb file at your desktop now
Step 10 - Load dataset First save the dataset in
the same folder as your jupyter notebook file I will save it on Desktop
Step 11 - Write code in jupyter to load dataset
Congrats !!! You made your first Jupyter Notebook !