larryebaum / lw_demos-jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lacework JupyterLab Demos

A basic demo of Lacework CLI commands organized to allow demonstration of CLI capabilities without need to recall command syntax from memory, or copy/paste of commands. Jupyter Lab allows execution of commands within shell with one-handed press of command-enter. This enables you to focus on discussion.

Runthrough recording of demo lab

Setup

  1. Install (Lacework CLI)[https://github.com/lacework/homebrew-tap#install]
  2. Install (Python3)[https://formulae.brew.sh/formula/python@3.9]
  3. Install Jupyter Lab pip3 install jupyterlab
  4. Install PIP Bash_kernel pip3 install bash_kernel && python3 -m bash_kernel.install
  5. Clone repo git clone https://github.com/larryebaum/lw_demos-jupyter.git and cd into repo.
  6. Start Jupyter jupyter lab
  7. Change Kernel to Bash Kernel > Change kernel > Bash
  8. Enjoy

About


Languages

Language:Jupyter Notebook 100.0%