Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Latest commit

 

History

History

Analytics Jupyter Notebooks

Kibana Sample Flights Data Classification Example

Set up a local instance of Jupyter using the following instructions

  1. Set up a virtual environment called env
python3 -m venv env
  1. Activate it
source env/bin/activate
  1. Install the required dependencies for your chosen Jupyter notebook
pip install -r some-requirements-file-name.txt
  1. Launch Jupyter
jupyter notebook