blue-jupyter
blue-jupyter copied to clipboard
Jupyter Notebooks for the Blue Team
trafficstars

About This Repository
This repo contains Jupyter Notebooks useful for several aspects of Blue Team work.
Installation
Linux
You need Jupyter Notebooks! On linux, run:
$ pip3 install jupyter
Clone and enter the directory:
$ git clone https://github.com/mttaggart/blue-jupyter.git && cd blue-jupyter
If you don't have it already, install poetry:
$ pip3 install poetry
Install the dependencies with poetry:
$ poetry install
Then, start a poetry shell and go to the directory of the notebook you want to run. Then, start the Jupyter server:
$ poetry shell
$ cd [notebook-directory]
$ jupyter notebook
For developing notebooks, install and use the Jupyter lab command:
$ pip3 install jupyterlab
$ jupyter lab