Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterblazejewicz/architecture-diagrams

A truly crude example how to start documenting your architecture using Jupyter Notebooks and Diagrams package.
https://github.com/peterblazejewicz/architecture-diagrams

Last synced: 25 days ago
JSON representation

A truly crude example how to start documenting your architecture using Jupyter Notebooks and Diagrams package.

Awesome Lists containing this project

README

        

# Architecture diagrams

A truly crude example how to start documenting your architecture using Jupyter Notebooks and Diagrams package.

## Installation

## Create Python virtual environment

```console
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
```

Open in VSCode

```console
code-insiders .
```

Open Jupyter Noteboks from CLI

```console
jupyter notebook
```

## Deactivate environment

```console
deactivate
```

## Author

@peterblazejewicz