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
28
Python 101 Slides
aop5
0
39
Other Decks in Programming
See All in Programming
Swift Concurrency - 状態監視の罠
objectiveaudio
2
550
開発生産性を上げるための生成AI活用術
starfish719
3
1.5k
あなたとKaigi on Rails / Kaigi on Rails + You
shimoju
0
170
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
270
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
250
What's new in Spring Modulith?
olivergierke
1
160
その面倒な作業、「Dart」にやらせませんか? Flutter開発者のための業務効率化
yordgenome03
1
130
釣り地図SNSにおける有料機能の実装
nokonoko1203
0
190
なぜあの開発者はDevRelに伴走し続けるのか / Why Does That Developer Keep Running Alongside DevRel?
nrslib
3
410
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
760
Foundation Modelsを実装日本語学習アプリを作ってみた!
hypebeans
0
120
スキーマ駆動で、Zod OpenAPI Honoによる、API開発するために、Hono Takibiというライブラリを作っている
nakita628
0
250
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
600
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Code Reviewing Like a Champion
maltzj
526
40k
Building Adaptive Systems
keathley
44
2.8k
Why Our Code Smells
bkeepers
PRO
340
57k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
510
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
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 !