This repository contains notebooks to getting started and familiar with Jupyter Notebook.
- Install Git -- see here.
- Install Python, preferably Python 3 -- see here.
- Install Jupyter, preferably using Pip -- see here.
Clone this repository:
git clone https://github.com/airlab-unsri/learn-jupyter.git
Go to the newly created directory:
cd learn-jupyter
Run Jupyter server:
jupyter notebook
You will see these logs about notebook server on your terminal:
[I 19:35:22.651 NotebookApp] Serving notebooks from local directory: /Users/ariefrahmansyah/go/src/github.com/airlab-unsri/learn-jupyter
[I 19:35:22.652 NotebookApp] The Jupyter Notebook is running at:
[I 19:35:22.652 NotebookApp] http://localhost:8888/?token=a4b07370141c91fd96fa5d563ac1c680322d7369ce70064d
[I 19:35:22.652 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
It will then open your browser: