Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.67 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.67 KB

Learn JupyterLab

This repository contains notebooks to getting started and familiar with JupyterLab, the next generation of Jupyter Notebook.

Installation

  • Install Git -- see here.
  • Install Python, preferably Python 3 -- see here.
  • Install Jupyter, preferably using Pip -- see here.
  • Install JupyterLab, preferably using Pip -- see here.

Getting Started

Clone this repository:

git clone https://github.com/airlab-unsri/learn-jupyterlab.git

Go to the newly created directory:

cd learn-jupyterlab

Run JupyterLab server:

jupyter lab

You will see these logs about JupyterLab server on your terminal:

[I 21:04:16.720 LabApp] JupyterLab extension loaded from /usr/local/lib/python3.7/site-packages/jupyterlab
[I 21:04:16.720 LabApp] JupyterLab application directory is /usr/local/share/jupyter/lab
[I 21:04:16.723 LabApp] Serving notebooks from local directory: /Users/ariefrahmansyah/go/src/github.com/airlab-unsri/learn-jupyterlab
[I 21:04:16.723 LabApp] The Jupyter Notebook is running at:
[I 21:04:16.723 LabApp] http://localhost:8888/?token=20fd890925c91e823f2a3da3e9b4acc122784a0584a354d3
[I 21:04:16.723 LabApp]  or http://127.0.0.1:8888/?token=20fd890925c91e823f2a3da3e9b4acc122784a0584a354d3
[I 21:04:16.723 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

It will then open your browser:

helloworld