Skip to content

MATTANDERS0N/blue-jupyter

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%