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
24
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
25
Python 101 Slides
aop5
0
38
Other Decks in Programming
See All in Programming
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
130
Go1.25からのGOMAXPROCS
kuro_kurorrr
1
820
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
590
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
1.3k
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
340
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
110
Goで作る、開発・CI環境
sin392
0
160
Benchmark
sysong
0
270
Java on Azure で LangGraph!
kohei3110
0
170
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
610
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
370
関数型まつりレポート for JuliaTokai #22
antimon2
0
160
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Automating Front-end Workflow
addyosmani
1370
200k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
How to train your dragon (web standard)
notwaldorf
94
6.1k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Visualization
eitanlees
146
16k
Writing Fast Ruby
sferik
628
62k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Optimizing for Happiness
mojombo
379
70k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
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 !