reading-notes

Readings: Data Analysis Summary

What is Jupyter Lab ?

  1. Any text file (Markdown, Python, R, LaTeX, etc.) can be run interactively in any Jupyter kernel.

  2. Notebook cell output can be shown into its own tab, or along with the notebook, enabling simple dashboards with interactive controls backed by a kernel.

  3. Live editing of document reflects in other viewers such as editors or consoles. It is possible to have live preview of Markdown, Delimiter-separated Values, or Vega/Vega-Lite documents.

NumPy Tutorial: Data Analysis with Python :