Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peterblazejewicz/architecture-diagrams
- Owner: peterblazejewicz
- Created: 2024-05-21T21:05:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T06:08:25.000Z (6 months ago)
- Last Synced: 2024-05-22T22:32:36.689Z (6 months ago)
- Language: Jupyter Notebook
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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