This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| References | |
| * https://prettymaps.readthedocs.io/en/latest/prettymaps.html#module-prettymaps | |
| * https://nbviewer.org/github/marceloprates/prettymaps/blob/main/notebooks/examples.ipynb | |
| * https://fonts.google.com/specimen/Permanent+Marker | |
| """ | |
| from prettymaps import plot | |
| from matplotlib import pyplot as plt | |
| import matplotlib.font_manager as fm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set smoothscroll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3' | |
| services: | |
| zk1: | |
| image: confluentinc/cp-zookeeper | |
| hostname: zk1 | |
| container_name: zk1 | |
| networks: | |
| - n1 | |
| ports: |