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
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
450
1から理解するWeb Push
dora1998
7
1.9k
OSS開発者という働き方
andpad
5
1.7k
testingを眺める
matumoto
1
140
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
460
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
140
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
930
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
550
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
270
より安全で効率的な Go コードへ: Protocol Buffers Opaque API の導入
shwatanap
1
180
Featured
See All Featured
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Into the Great Unknown - MozCon
thekraken
40
2k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
A designer walks into a library…
pauljervisheath
207
24k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Site-Speed That Sticks
csswizardry
10
820
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Code Review Best Practice
trishagee
70
19k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
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 !