HuskyHacks / blue-jupyter

Jupyter Notebooks for the Blue Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

B_Blue-Jupyter-03

Documentation   |   Pull Requests   |   Issues

GitHub last commit Pull Requests License

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

About

Jupyter Notebooks for the Blue Team

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%